- pyserial
- mss
- pillow
Install with
pip install pyserial mss pillow
- Setup the ARDUINO as described in the schematics and connect it via USB
- Compile and push the ARDUINO code (
arduino/arduino.ino
) - Change the PORT and BAUDRATE in the
main()
inscript2.py
to match your ARDUINO - Run
script2.py
This repo contains modified code from Pylette and color-thief-py.