A sophisticated ToolTip library for Tkinter
Project description
TkToolTip
TkToolTip is a library for adding ToolTips to Tkinter widgets in an easy and sophisticated way.
Installation
To install TkToolTip, you can use pip:
pip install TkToolTip
Usage Example:
import tkinter as tk
from TkToolTip import ToolTip
root = tk.Tk()
button = tk.Button(root, text="Hover here")
button.pack(padx=10, pady=10)
ToolTip(button, text="This is a tooltip", delay=1.5, font=('Helvetica', 12, 'italic'), text_color='#FF5733', background="#ffffe0", borderwidth=2 , relief='raised', show_duration=5)
root.mainloop()
Suporte
If you like this project and want to support it, consider making a donation:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tktooltip-1.2.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tktooltip-1.2.0.tar.gz.
File metadata
- Download URL: tktooltip-1.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52f39c3b9c6b153880d2dbd54e49691d3e05400d78ccf75d567d19f45bfce08c
|
|
| MD5 |
1f76464fd3e40574c96d040b403e6158
|
|
| BLAKE2b-256 |
64fa015614b5d771c23d17cf2ec98f4aa1ed1d878bc720a09557519e6ccab736
|
File details
Details for the file TkToolTip-1.2.0-py3-none-any.whl.
File metadata
- Download URL: TkToolTip-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d3cde26f3b1efa158350a3087ded7c66e5ec51b57be74a20515b5efc9ca4e50
|
|
| MD5 |
4c6bd43c1aab205f359524fb6b1dfbb6
|
|
| BLAKE2b-256 |
a6f0f41d6561c43a9a517f418393c45dcb67ac8a3cf44814c95932ff2554b5ae
|