1

I just made a simple script which uses some python and some javascript. The python one grabs the most common color of the screen every 50ms and saves it to a txt, and the javascript one takes it and uses some script i found in github to change the rgb color of the motherboard with aurasync.

It works as expected, but to make it work I need 2 consoles to be open, one for each script, i wanted to know if there is a way to run both scripts as daemons or as an executable, so I dont have a terminal open in order to run it.

The node script must run as admin to work, and the python script run in a virtual environment, so I also need both things to work, thanks for your suggestions.

0 Answers0