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

CI Code style: black Maintainability PyPI PyPI Downloads

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