Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.12 KB

File metadata and controls

51 lines (39 loc) · 1.12 KB

mkaMixer

With this you can finally control your volume properly app by app!

Screenshots

Here are some screenshots of my application in action:

Application

Application

Device

Device

Installation

To install mkaMixer, follow these steps:

  1. Download the mkaMixer.zip file
  2. Unzip it wherever you like ( e.g. C:\Program Files (x86)\mkaMixer )
  3. Go into the Folder and grab the mkaMixer.exe executable
  4. Place a shortcut of the exe into your autostart folder ( Win + r , "shell:startup", Enter )
  5. Download the mkaMixer.ino File from the Arduino Code Folder and upload it to your Arduino

Dependencies

pip install customtkinter
pip install PySide6
pip install pywin32
pip install pyserial
pip install Pillow

Build with:

pip install nuitka

Command 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