Metadata-Version: 2.1
Name: PyCrypCli
Version: 1.0.1.dev0
Summary: Python Cryptic Game Client
Home-page: https://github.com/Defelo/PyCrypCli
Author: Defelo
Author-email: elodef42@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: websocket-client (>=0.56.0)
Requires-Dist: pyreadline (>=2.1)
Requires-Dist: pypresence (==3.3.2)

# PyCrypCli
Python [Cryptic Game](https://github.com/cryptic-game/cryptic) Client

## Install via pip
```
$ sudo pip3 install pycrypcli
$ pycrypcli [<server>]
```

## Or clone from GitHub
```
$ git clone https://github.com/Defelo/PyCrypCli.git
$ cd PyCrypCli/
$ git checkout experimental  # optional
$ python3.7 pycrypcli.py [<server>]
```


