Skip to content

Now with TUI

Latest
Compare
Choose a tag to compare
@arkeasz arkeasz released this 22 Feb 21:10
· 6 commits to master since this release

πŸŽ‰ 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.