/Tkinter-Hover2Click-Engine

Tkinter extension that allow you to click button by just hovering your mouse on the button.

Primary LanguagePython

Tkinter Hover2Click Engine

Developer

Jehyeon Park


Demo Image

Demo Image


Abstract

  • Tkinter extension that allow you to click button by just hovering your mouse on the button.

Requirement

  • Tkinter
  • Threading

Versions

Component Version
Python 3.9.13

Description


How to Start

  1. Clone this repository to your project directory.
  2. Inherit Hover2ClickButton from Hover2ClickButton.py and override click_function.
  3. Use the class just like tk.Button.
  4. Demo project is provided in demo.py.

Policy

  • You are free to clone and use this system both personally and commercially.