Skip to content

Skyl3r/leetmouse-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leetmouse-gui

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.

image

Requirements

  • PySimpleGUIQt

sudo pip install pysimpleguiqt

Use

Since this program must change module parameters it needs root access: sudo python3 main.py

Todo

  • 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

Releases

No releases published

Packages

No packages published

Languages