An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### SoulChirp

![](https://tokei.rs/b1/github/TechDudie/SoulChirp)
![](https://github.com/TechDudie/SoulChirp/actions/workflows/codeql-analysis.yml/badge.svg)

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__