Metadata-Version: 2.1
Name: PyCrypCli
Version: 1.6.0.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.57.0)
Requires-Dist: pyreadline (>=2.1)
Requires-Dist: pypresence (>=4.0.0)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: sentry-sdk (>=0.14.3)

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

## Install via [pip](https://pypi.org/project/PyCrypCli/)
```
$ sudo pip3 install pycrypcli
$ pycrypcli [<server>]
```

## Or clone from [GitHub](https://github.com/Defelo/PyCrypCli)
```
$ git clone https://github.com/Defelo/PyCrypCli.git
$ cd PyCrypCli/
$ git checkout experimental  # optional
$ sudo pip3 install -r requirements.txt
$ python3.7 pycrypcli.py [<server>]
```


