Jesewe / cs2-triggerbot

CS2 TriggerBot is an automated tool designed for Counter-Strike 2 that assists with precise aiming by automatically triggering a mouse click when an enemy is detected in the player's crosshairs.
https://github.com/Jesewe/cs2-triggerbot
MIT License
21 stars 2 forks source link

GUI #12

Closed secretlay3r closed 1 month ago

secretlay3r commented 1 month ago

Added GUI using dearpygui so users can save their config and change config settings in GUI

image

Jesewe commented 1 month ago

Checking the code, the interface was not very interesting, i.e. not very user friendly, and also almost half of the original code is cut out. I think GUI will be written in PyQt5, the most optimal module. You can see a rough design of the application, I'll work on it some more.

image