first commit

This commit is contained in:
mrtoine 2025-09-20 13:18:04 +02:00
commit e6c52820cd
227 changed files with 16156 additions and 0 deletions

19
requirements.txt Normal file
View file

@ -0,0 +1,19 @@
# Dépendances principales
fpdf==1.7.2
# Interface utilisateur
# ttkthemes - commenté car nécessite Tk 8.6+
# alternatives à ttkthemes:
customtkinter==5.2.1
flask
pillow==11.3.0
packaging
# Fenêtre webview (mode application desktop)
pywebview>=4.4
# Utilitaires
python-dateutil==2.8.2
# Formatage
pyyaml==6.0.1
# Web scraping
requests>=2.25.1
beautifulsoup4>=4.9.3
lxml>=4.6.3