Fichero D11s thermal label printer - BLE protocol RE and Python CLI

This commit is contained in:
Hamza
2026-02-23 22:22:46 +01:00
commit 2a4cce6544
6 changed files with 1269 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "fichero-printer"
version = "0.1.0"
description = "Fichero D11s thermal label printer - BLE CLI tool"
requires-python = ">=3.10"
dependencies = [
"bleak",
"pillow",
]
[project.scripts]
fichero = "printer:main"