No description
Find a file
2024-03-30 15:51:57 +01:00
phomeme feat: update frontend 2024-03-30 14:33:22 +01:00
.gitignore chore: ignore pycache 2024-03-30 02:42:17 +01:00
poetry.lock feat: add api 2024-03-30 01:10:11 +01:00
pyproject.toml feat: add api 2024-03-30 01:10:11 +01:00
README.md docs: link frontend 2024-03-30 15:51:57 +01:00
send.py init 2024-03-29 23:45:03 +01:00

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]