Control your master volume without touching anything. Just a cool project.
Install all packages listed in requirements.txt.
pip install -r requirements.txt
Then, just simply create a new magichand instance and use its activate method.
mh = magichand()
mh.activate()
Planning to add more flexible options in future version.