# 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:
[](https://www.paypal.com/donate?business=4QQS7RPES8FDY&no_recurring=0&item_name=If+you+like+this+project+and+want+to+support%2C+please+consider+making+a+donation%3A¤cy_code=USD)
Raw data
{
"_id": null,
"home_page": "https://github.com/seuusuario/TkToolTip",
"name": "TkToolTip",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Seu Nome",
"author_email": "seuemail@exemplo.com",
"download_url": "https://files.pythonhosted.org/packages/6d/4c/4add3a021e241c851ea786cb8bb4a943c66f774b602f6b9d0708ee248514/tktooltip-1.0.1.tar.gz",
"platform": null,
"description": "# TkToolTip\r\n\r\nTkToolTip is a library for adding ToolTips to Tkinter widgets in an easy and sophisticated way.\r\n\r\n## Installation\r\n\r\nTo install TkToolTip, you can use pip:\r\n\r\n```\r\npip install TkToolTip\r\n```\r\n\r\n## Usage Example:\r\n\r\n```\r\nimport tkinter as tk\r\nfrom TkToolTip import ToolTip\r\n\r\nroot = tk.Tk()\r\n\r\nbutton = tk.Button(root, text=\"Hover here\")\r\nbutton.pack(padx=10, pady=10)\r\nToolTip(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)\r\n\r\nroot.mainloop()\r\n```\r\n\r\n## Suporte\r\n\r\nIf you like this project and want to support it, consider making a donation:\r\n\r\n[](https://www.paypal.com/donate?business=4QQS7RPES8FDY&no_recurring=0&item_name=If+you+like+this+project+and+want+to+support%2C+please+consider+making+a+donation%3A¤cy_code=USD)\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A sophisticated ToolTip library for Tkinter",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/seuusuario/TkToolTip"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fbb49384f07874999f44b03e800dd0b70657a7df1f29852461efd22c14c47ca1",
"md5": "7dc2433e888d57254dbb3c7eb3b928a8",
"sha256": "dee81186b03557fa2dc60e572145a2d97f92459fc7918e6c946e7c823529183f"
},
"downloads": -1,
"filename": "TkToolTip-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7dc2433e888d57254dbb3c7eb3b928a8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3618,
"upload_time": "2025-01-31T18:51:45",
"upload_time_iso_8601": "2025-01-31T18:51:45.897721Z",
"url": "https://files.pythonhosted.org/packages/fb/b4/9384f07874999f44b03e800dd0b70657a7df1f29852461efd22c14c47ca1/TkToolTip-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6d4c4add3a021e241c851ea786cb8bb4a943c66f774b602f6b9d0708ee248514",
"md5": "5fc1b335fd6cc8aacaded31d0f701aef",
"sha256": "817cb6331b215c34681c97d2a77be5f1f4c930f3b5f31f713659fae7c4c8fa0e"
},
"downloads": -1,
"filename": "tktooltip-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5fc1b335fd6cc8aacaded31d0f701aef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3309,
"upload_time": "2025-01-31T18:51:46",
"upload_time_iso_8601": "2025-01-31T18:51:46.959801Z",
"url": "https://files.pythonhosted.org/packages/6d/4c/4add3a021e241c851ea786cb8bb4a943c66f774b602f6b9d0708ee248514/tktooltip-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-31 18:51:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "seuusuario",
"github_project": "TkToolTip",
"github_not_found": true,
"lcname": "tktooltip"
}