Simple GUI for my fork of leetmouse (https://github.com/Skyl3r/leetmouse). This program assumes you've already installed the leetmouse driver. Please note it lacks form validation. All fields should be formatted as floats with an 'f' appended to the end, as in the example photo below.
- PySimpleGUIQt
sudo pip install pysimpleguiqt
Since this program must change module parameters it needs root access:
sudo python3 main.py
- Form validation
- Error catching and handling for file I/O
- Graph to display acceleration curve (output vs input)
- Restructure so that fields are ordered in a way that makes sense, IE mode & mode specific options together, general options together