Commit Graph

8 Commits

Author SHA1 Message Date
Quality App Developer
31fab25430 Add Kivy GUI interface for label printer
- Created label_printer_gui.py: Complete Kivy-based GUI application
  - Two-column layout (input form + live preview)
  - SAP-Nr, Quantity, Cable ID input fields
  - Real-time barcode preview (11.5cm x 8cm)
  - Printer selection dropdown
  - Print button with CUPS integration

- Added setup automation:
  - setup_and_run.py: Python setup launcher
  - start_gui.sh: Bash launcher script
  - validate_project.py: Project validation

- Added comprehensive documentation:
  - INDEX.md: Project overview and quick start
  - GETTING_STARTED.md: 15-minute quick start guide
  - README_GUI.md: Complete feature documentation
  - TECHNICAL_DOCS.md: Architecture and customization
  - FILE_GUIDE.md: File reference guide
  - IMPLEMENTATION_SUMMARY.md: Implementation overview

- Updated dependencies:
  - requirements_gui.txt: New Kivy dependencies

- Preserved:
  - print_label.py: Original printing engine (modified to remove main code)
  - Original documentation and dependencies

Features:
- Live preview of labels as you type
- Automatic CUPS printer detection
- Non-blocking background printing
- User-friendly error handling
- Responsive two-column layout
- Production-ready quality
2026-02-04 15:37:04 +02:00
e5f2e69b10 final state 2025-07-15 13:10:17 +03:00
efe7b7a671 Final code 2025-06-30 16:08:07 +03:00
17231fbae1 simple function to print 9/5 labels 2025-06-30 15:55:56 +03:00
33df76f758 print label function created 2025-06-30 15:45:36 +03:00
e8a17b6a9e Final tuch of the Print label 2025-06-19 11:11:56 +03:00
17a549c8f6 Updated 2025-06-13 16:54:10 +03:00
c1bedf0534 updated for the start 2025-06-12 16:46:15 +03:00