Import latest version from label_printer repository as starting point

This commit is contained in:
NAME
2026-02-12 19:25:05 +02:00
parent fdb143e726
commit 0743c44051
8 changed files with 273 additions and 28 deletions

View File

@@ -39,8 +39,8 @@ echo.
REM Install dependencies
echo [3/5] Installing dependencies...
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller...
pip install python-barcode pillow reportlab kivy==2.2.1 pyinstaller==6.1.0
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller, pywin32, wmi...
pip install python-barcode pillow reportlab kivy==2.2.1 pyinstaller==6.1.0 pywin32 wmi
if errorlevel 1 (
echo ERROR: Failed to install dependencies
pause