/pyrawprint

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

Primary LanguagePython

Development

uvicorn main:app --reload --port 8219

Build .exe

pyinstaller -y --clean --additional-hooks-dir=extra-hooks main.py