https://github.com/zipcodecore/quizzip
quizzes.
https://github.com/zipcodecore/quizzip
Last synced: about 2 months ago
JSON representation
quizzes.
- Host: GitHub
- URL: https://github.com/zipcodecore/quizzip
- Owner: ZipCodeCore
- License: mit
- Created: 2025-01-13T17:40:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T19:53:46.000Z (over 1 year ago)
- Last Synced: 2026-04-30T06:32:54.502Z (about 2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quizzip
quizzes.
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
to launch the app:
`python3 app.py`