initial add of to-print app

This commit is contained in:
AJ Siegel
2025-12-13 13:09:40 -05:00
commit 519a9c1161
4 changed files with 486 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
# No external dependencies required
# This project uses only Python 3 standard library
# System requirements:
# - Python 3.6+
# - curl (for downloading URLs)
# - lp (macOS/Linux printing command)