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

Defelo/PyCrypCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Code style: black Maintainability PyPI PyPI Downloads

PyCrypCli

Python Cryptic Game Client

Prerequisites

Install via pip

$ python -m pip install -U PyCrypCli
$ pycrypcli [<server>]

Or clone from GitHub

$ git clone https://github.com/Defelo/PyCrypCli.git
$ cd PyCrypCli/
$ python -m pip install -r requirements.txt
$ python -m PyCrypCli [<server>]

Or pull the Docker Image

# docker run -it --rm ghcr.io/defelo/pycrypcli