Go to file
2024-08-15 10:21:57 +02:00
blelist.py Initial commit 2022-09-10 08:40:26 +02:00
catclient.py Fix text size? Not sure 2024-08-15 10:21:57 +02:00
catprint.py Initial commit 2022-09-10 08:40:26 +02:00
cheshire.py Initial commit 2022-09-10 08:40:26 +02:00
inconsolata.ttf Initial commit 2022-09-10 08:40:26 +02:00
README.md Initial commit 2022-09-10 08:40:26 +02:00
requirements.txt Initial commit 2022-09-10 08:40:26 +02:00

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