π Release v1.1.0 - Now with TUI
Description:
- Implementation of a text-based user interface (TUI) using
textual
. - Updated autoclicker to display status on screen (RUNNING/STOPPED) with dynamic colors.
- Keyboard event handling to start/stop the autoclicker and exit the application.
- Improved code structure by separating click logic (
click_mouse.py
) and interface (autoclick.py
).
Key Changes:
- β
Added TUI interface with
textual
. - π¨ Visual indicators (green/red background) based on autoclicker status.
- β¨οΈ Keyboard control (
R
to start/stop,X
to exit). - β‘ Performance improvements with threading.