PiRight consisted of a project to build a Raspberry-Pi based game to assist those with Attention-Defecit Disorders
This was completed in a team of 4 over the 2016-17 academic year, and the final product was selected as the winner of the 2017 PA Pi Competition
In addition, it served as a learning experience with the use of Pygame for a GUI
- Python3 -
apt-get install python3
- Pygame - instructions for installation
- Tkinter -
apt-get install python3-tk
- usbmount (handles importing of data from USB drives) -
apt-get install usbmount
Dependances can be installed using an included script, as shown below
This has only been tested on Raspbian, but may also work on other distributions
git clone https://github.com/danielchriscarter/PiRight
cd PiRight
sudo ./installDependancies.sh
python3 home.py
- Pygame (LGPL)
- Raspberry Pi GPIO module (MIT licence)
- VKeyboard (GPL)
- Tkinter (BSD licence)