uvicorn main:app --reload --port 8219
pyinstaller -y --clean --additional-hooks-dir=extra-hooks main.py
Http server intended for Windows that can interact with local printers, return a list of them and accept a print payload that is then sent to the printer
Python