Simple program to ask yourself questions and then see the answers to that questions.
- Python 3
- PySimpleGUI
- Install python 3
- Type
pip install PySimpleGUI
to cmd - Edit
all_questions.txt
to add questions by abiding by its current format. - Run
question_asker.py