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

Latest commit

 

History

History
35 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.22 KB

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