Add Windows support with cross-platform printer detection
- Make app cross-platform compatible (Windows, Linux, macOS) - Replace CUPS-only printer detection with platform-aware code - Add Windows printer support using win32print/win32api - Add macOS printer support using lpstat - Keep Linux CUPS support - Add requirements_windows.txt for Windows installation - Add comprehensive WINDOWS_SETUP.md guide - Fallback to PDF output on all platforms - Tested on Linux, ready for Windows/macOS
This commit is contained in:
5
requirements_windows.txt
Normal file
5
requirements_windows.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
python-barcode
|
||||
pillow
|
||||
reportlab
|
||||
kivy
|
||||
pywin32
|
||||
Reference in New Issue
Block a user