catprint/README.md
2022-09-10 08:40:26 +02:00

414 B

catprint

Setup

python3 -m venv venv/
. venv/bin/activate
python -m pip install -r requirements.txt

Every time

. venv/bin/activate

Then one of the 2 ways to print:

The self-contained, one-time print utility:

python catprint.py --help

The daemon/client pair when several things need to be printed:

python cheshire.py --help
python catclient.py --help