Python Code (Raspberry pi)
Instruction
Open the provided LucasApp.txt document file.
Copy all the code inside the file.
Paste the code into your Raspberry pi.
save it as a .py file (example: main.py).
Make sure to install the required libraries:
pygame
pyserial
You can install from terminal using:
pip3 install pygame pyserial
After installing, run the Python code on your Raspberry Pi.
48 Views

