Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Defelo/PyCrypCli

Repository files navigation

PyCrypCli

Python Cryptic Game 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
$ sudo pip3 install -r requirements.txt
$ python3.7 pycrypcli.py [<server>]