feat: add web interface for math exercise generator
- Create FastAPI backend with endpoints for generating math exercises - Build Bootstrap frontend with responsive UI for exercise configuration - Implement PDF generation functionality identical to original script - Add README with installation and usage instructions - Update requirements.txt with web dependencies - Configure .gitignore to exclude compiled files and generated PDFs
This commit is contained in:
@@ -2,3 +2,7 @@ defusedxml==0.7.1
|
||||
fonttools==4.59.2
|
||||
fpdf2==2.8.4
|
||||
pillow==11.3.0
|
||||
fastapi==0.115.0
|
||||
uvicorn==0.30.6
|
||||
jinja2==3.1.4
|
||||
python-multipart==0.0.9
|
||||
|
||||
Reference in New Issue
Block a user