- Clone this repository
https://github.com/Andrew1415/dobot_uni_study_ad_prototype.gitand move into itcd dobot_uni_study_ad_prototype - Rename
questions.json.exampletoquestions.jsonand replace contents with custom quiz questions. - If necessary update pins in
src/communication.py
- Install desktop icon that runs the application
bash install.sh
- Set up and load python virtual environment
python -m venv venv, then load it viavenv\Scripts\activatefor Windows, orvenv/bin/activatefor Linux (more in https://docs.python.org/3/library/venv.html) - Install required libraries
pip install -r requirements.txt; Tkinter requires additional package on Linuxtk:sudo apt-get install tk - To run
python run.py
- Quiz question bank can be changed in file
questions.json