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 logging
import os import os
import win32print import platform
import win32ui
if platform.system().lower() == "windows":
import win32print
import win32ui
from PIL import Image, ImageDraw, ImageFont, ImageOps, ImageWin from PIL import Image, ImageDraw, ImageFont, ImageOps, ImageWin
import qrcode import qrcode

View File

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