Serveur upload Flask + page web mobile + intégration PyQt

- Serveur Flask en thread daemon (port 80 ou 8080 avec --no-root)
- Page upload responsive : drag&drop, multi-fichiers, prévisualisations
- Barre de progression, feedback succès/erreur
- Photos stockées dans data/photos/
- Signal photos_received → notify_qr_photos() sur l'écran d'accueil
- Ajout flask aux requirements

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-21 22:30:02 +01:00
parent ba2719c0fb
commit 532f8d91c0
3 changed files with 337 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ PyQt6>=6.5
Pillow>=10.0
qrcode>=7.4
pycups>=2.0
flask>=3.0