Jehyeon Park
- Tkinter extension that allow you to click button by just hovering your mouse on the button.
- Tkinter
- Threading
Component | Version |
---|---|
Python | 3.9.13 |
- This engine was developed for
Eye-Tracking-HCI-Interface
repository.
- Clone this repository to your project directory.
- Inherit
Hover2ClickButton
fromHover2ClickButton.py
and overrideclick_function
. - Use the class just like
tk.Button
. - Demo project is provided in
demo.py
.
- You are free to clone and use this system both personally and commercially.