Initial commit: Adaptronic label printer project

This commit is contained in:
NAME
2026-02-12 19:03:23 +02:00
commit fdb143e726
63 changed files with 61731 additions and 0 deletions

11
documentation/how_to.txt Normal file
View File

@@ -0,0 +1,11 @@
install
sudo apt-get install libcups2-dev
create venv or install with --breack-system-pakage
python -m venv label
pip install -r requirements.txt