Merge remote-tracking branch 'origin/master'

This commit is contained in:
eduardo 2024-05-28 07:41:47 +02:00
commit ba1bb3f559
4 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -1,7 +1,10 @@
import logging
import os
import win32print
import win32ui
import platform
if platform.system().lower() == "windows":
import win32print
import win32ui
from PIL import Image, ImageDraw, ImageFont, ImageOps, ImageWin
import qrcode

View File

@ -15,9 +15,9 @@ pyqt5
pyqt5-tools
pyserial
pyserial-asyncio
qrcode
requests
tensorflow
#tflite-runtime
zebra
pylibdmtx~=0.1.10
qrcode