Skip to content

Commit

Permalink
Added a GUI version with customizable settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-0 committed Jan 18, 2025
1 parent 65cc475 commit 0ce426d
Show file tree
Hide file tree
Showing 14 changed files with 989 additions and 116 deletions.
Binary file added Assets/Sounds/button click.mp3
Binary file not shown.
Binary file added Assets/Sounds/camera sound.mp3
Binary file not shown.
Binary file added Assets/Sounds/check sound.mp3
Binary file not shown.
Binary file added Assets/Sounds/close sound.mp3
Binary file not shown.
Binary file added Assets/Sounds/save sound 2.mp3
Binary file not shown.
Binary file added Assets/Sounds/save sound.mp3
Binary file not shown.
Binary file added Assets/Sounds/settings sound.mp3
Binary file not shown.
2 changes: 2 additions & 0 deletions Assets/config.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sensitivity,time
100,20
Binary file added Assets/gear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Fonts/BebasNeue-Regular.ttf
Binary file not shown.
984 changes: 984 additions & 0 deletions GUI.pyw

Large diffs are not rendered by default.

Binary file added ImageRegions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 0 additions & 114 deletions fix_regions.py

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
cursor==1.3.5
MouseInfo==0.1.3
numpy==2.2.1
opencv-python==4.10.0.84
pillow==11.1.0
PyAutoGUI==0.9.54
pyfiglet==1.0.2
pygame==2.6.1
PyGetWindow==0.0.9
PyMsgBox==1.0.9
pynput==1.7.7
Expand All @@ -12,5 +14,4 @@ PyRect==0.2.0
PyScreeze==1.0.1
pytweening==1.2.0
six==1.17.0
cursor==1.3.5
termcolor==2.5.0
termcolor==2.5.0

0 comments on commit 0ce426d

Please sign in to comment.