My Kahoot Quiz Generator!
I made a python package that converts your notes into a randomly generated Kahoot.xlxs that you can directly import to Kahoot.
I needed something to help with rote memorization of discrete facts. I made a script that takes my notes and loops through, churning out a pre-formatted excel file that can be directly uploaded to Kahoot and then practiced alone or with friends.
It requires you to write your notes in a specific Root-Trunk-Branch-Leaf[s] schema, which may turn some people off. It works reliably, even on fairly small datasets asked to make 100 question quiz. The package can be run standalone, from the command-line, or imported into existing projects. I have a flask-version hosted on a small heroku page right now to let my student peers use.
For importing it uses DynaConf to load paths. If you import it, you will have to set path to your settings in an envar, or set your directory paths in envars (like I had to do with heroku).
Source Code! https://github.com/BGASM/quiz_gen
Flask-Version: https://khquizgen.herokuapp.com/ with embedded powerpoint on instruction