Just a simple Python script that takes your study notes and turns them into random practice questions.
No AI models or fancy stuff (yet). Just wanted to see if I could build something that actually works.
- put your notes in
study_notes.txt - run
main.py - it'll make a bunch of questions and save them in
generated_output.txt
- theory questions
- MCQs with random options
- very basic logic, but yeah... it works
- make it understand PDFs and handwritten notes
- actually use AI to make smarter questions
- maybe even turn it into a website or app