With this you can finally control your volume properly app by app!
Here are some screenshots of my application in action:
To install mkaMixer, follow these steps:
- Download the mkaMixer.zip file
- Unzip it wherever you like ( e.g. C:\Program Files (x86)\mkaMixer )
- Go into the Folder and grab the mkaMixer.exe executable
- Place a shortcut of the exe into your autostart folder ( Win + r , "shell:startup", Enter )
- Download the mkaMixer.ino File from the Arduino Code Folder and upload it to your Arduino
pip install customtkinterpip install PySide6pip install pywin32pip install pyserialpip install PillowBuild with:
pip install nuitkaCommand used to generate .exe:
python -m nuitka --standalone --onefile --mingw64 --disable-console --output-dir=Build --remove-output --enable-plugin=pyside6 --enable-plugin=tk-inter --windows-icon-from-ico=Images\exeIcon.ico mkaMixer.py
