Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 320 Bytes

question_asker

Simple program to ask yourself questions and then see the answers to that questions.

Requisites

  • Python 3
  • PySimpleGUI

To run

  1. Install python 3
  2. Type pip install PySimpleGUI to cmd
  3. Edit all_questions.txt to add questions by abiding by its current format.
  4. Run question_asker.py