This is a simple automated acupuncture trainer application built using Python and Tkinter. It allows users to select categories of questions and practice vocabulary by answering questions. The application tracks progress, displaying results and allowing users to retry incorrect answers.
- Select categories of questions to practice
- Answer questions and see correct answers
- Track progress with known and unknown questions
- Save progress to a file
- Retry incorrectly answered questions
- Python 3.x
- Tkinter (usually included with Python)
pickle
module (included with Python)- place shell script in the same folder as
main_giu.py
- Open csv in data and modify as you like.
- you could start the programm ether via python (recommended) or via shell script
start.sh