Skip to content

danielchriscarter/PiRight

Repository files navigation

PiRight

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

Requirements

  • 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

To set up

git clone https://github.com/danielchriscarter/PiRight

cd PiRight

sudo ./installDependancies.sh

python3 home.py

Used Libraries

  • Pygame (LGPL)
  • Raspberry Pi GPIO module (MIT licence)
  • VKeyboard (GPL)
  • Tkinter (BSD licence)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published