M2LED is an open-source software project aiming at allowing simple and explicit control over LED-Strip controlling software.
Make sure your user is in the dialout group to access serial ports without sudo:
sudo usermod -a -G dialout $USERTo run the program, simply open run.bat .
To run the program, simply open run.sh.
My main goal in the development of this project, is creating an intermediate, comprehensible example of how someone just beginning their software development journey - with little to no experience - might structure their projects, especially (but not exclusively) those written in the Python programming language.
After all, this is my own humble attempt at learning the way, as well.