Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 500 Bytes

python_pi_club

This is the repo for the Code Next Connect club - Python on the Pi You will need a Raspberry Pi (3, 4, 400) and a Sense HAT unit.

Install libraries

In your Terminal, run these commands to install the necessary libraries:

Sense Hat

$ sudo apt-get update
$ sudo apt-get install sense-hat
$ sudo reboot

What's in the Repo?

Starter files for the Python on Pi Club, as well as fully-built examples for games. There are also some warm-ups and basic challenges.