Python @cryptic-game Client https://cryptic-game.net/
This repository has been archived on 2025-05-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-03-16 00:38:40 +01:00
.github Bump docker/build-push-action from 2.9.0 to 2.10.0 (#26) 2022-03-16 00:37:31 +01:00
PyCrypCli Added poetry 2022-03-15 23:41:35 +01:00
.flake8 Added mypy and pydantic 2022-03-08 17:56:13 +01:00
.gitignore Create .gitignore 2020-06-27 23:49:50 +02:00
Dockerfile Fixed Dockerfile 2022-03-15 23:57:48 +01:00
LICENSE Initial commit 2019-05-31 17:09:10 +02:00
poetry.lock Added poetry 2022-03-15 23:41:35 +01:00
pyproject.toml v2.1.0b1 2022-03-16 00:38:40 +01:00
README.md Updated README.md 2022-03-08 18:53:12 +01:00

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