No description
| phomeme | ||
| .gitignore | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| send.py | ||
phomeme
A bluetooth client for Phomemo M110.
Development
poetry run flask --app phomeme:app run \
--debug --host 0.0.0.0 --port 8000
Production
poetry run gunicorn -w 1 'phomeme:app' -b [::0]
Usage
Visit the awesome frontend on http://localhost:8000 or send via
curl using curl -v -F image=@image.pdf localhost:5000/print.
Credits
Heavily based on [SFZ-aalen][2]