https://github.com/techdudie/soulchirp
School Project (rewritten in flask) Hosted on Replit
https://github.com/techdudie/soulchirp
flask flask-application python python3 python38 quiz quiz-app quiz-game quizapp server
Last synced: 4 months ago
JSON representation
School Project (rewritten in flask) Hosted on Replit
- Host: GitHub
- URL: https://github.com/techdudie/soulchirp
- Owner: TechDudie
- License: gpl-3.0
- Created: 2022-02-27T00:28:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:49:37.000Z (over 1 year ago)
- Last Synced: 2025-04-09T12:16:17.053Z (about 1 year ago)
- Topics: flask, flask-application, python, python3, python38, quiz, quiz-app, quiz-game, quizapp, server
- Language: Python
- Homepage: https://replit.com/@TechnologyDev/flaskprojc
- Size: 171 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### SoulChirp


This is a knockoff of Kahoot. Ka is the Egyptian word for a person's spirit, or soul. And if you hear hoots at night, you also hear chirps at day. Originally named plain boring flaskprojc, it has been now renamed to SoulChirp.
This is a flask project for school. Install flask by doing `pip3 install flask` and run with `python3 main.py`. You can edit the questions in `lib/question.py`.
Big thanks to all of the people at w3schools and StackOverflow!
-*@*__TechDudie__