Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 650 Bytes

leetmouse-gui

Simple GUI for leetmouse (https://github.com/systemofapwne/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)