{"id":23520042,"url":"https://github.com/jessielw/custom-tkinter-tooltip","last_synced_at":"2026-06-12T20:27:01.419Z","repository":{"id":45683726,"uuid":"514044204","full_name":"jessielw/Custom-Tkinter-Tooltip","owner":"jessielw","description":"Basic Hover Tooltip for Tkinter based off of Tkinter's built in tooltip with the added ability to customize options","archived":false,"fork":false,"pushed_at":"2024-04-30T20:29:01.000Z","size":17,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T02:42:39.595Z","etag":null,"topics":["bubble","custom","gui","hover","hovertip","message","popup","python","texttip","tkinter","tooltip"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessielw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-14T20:50:29.000Z","updated_at":"2024-04-30T20:29:04.000Z","dependencies_parsed_at":"2024-05-11T16:41:51.539Z","dependency_job_id":null,"html_url":"https://github.com/jessielw/Custom-Tkinter-Tooltip","commit_stats":null,"previous_names":["jessielw/custom-tkinter-tooltip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jessielw/Custom-Tkinter-Tooltip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessielw%2FCustom-Tkinter-Tooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessielw%2FCustom-Tkinter-Tooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessielw%2FCustom-Tkinter-Tooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessielw%2FCustom-Tkinter-Tooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessielw","download_url":"https://codeload.github.com/jessielw/Custom-Tkinter-Tooltip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessielw%2FCustom-Tkinter-Tooltip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubble","custom","gui","hover","hovertip","message","popup","python","texttip","tkinter","tooltip"],"created_at":"2024-12-25T16:11:46.209Z","updated_at":"2026-06-12T20:27:01.214Z","avatar_url":"https://github.com/jessielw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom-Tkinter-Tooltip\nBasic Hover Tooltip for Tkinter based off of Tkinter's built in tooltip with the added ability to customize most options\n\n## Install:\n`pip install --upgrade Custom-Tooltip`\n\n*https://pypi.org/project/Custom-Tooltip/*\n\n## Uninstall:\n`pip uninstall Custom-Tooltip`\n\n## Use:\nExample:\n```\nfrom custom_hovertip import CustomTooltipLabel\nCustomTooltipLabel(anchor_widget=button1, text=\"This is tooltip text for button1.\")\n```\n\nFull Example:\n```\nfrom tkinter import *\nfrom custom_hovertip import CustomTooltipLabel\n\ntop = Tk()\ntop.title(\"Test Custom Tooltip\")\nlabel = Label(top, text=\"Place your mouse over buttons\")\nlabel.pack()\nbutton1 = Button(top, text=\"Button 1\")\nbutton1.pack()\nCustomTooltipLabel(anchor_widget=button1, text=\"This is tooltip text for button1.\")\nbutton2 = Button(top, text=\"Button 2\")\nbutton2.pack()\nCustomTooltipLabel(anchor_widget=button2, text=\"This is tooltip\\ntext for button2.\", background=\"grey\",\n                   foreground=\"black\", width=15, justify=CENTER)\ntop.mainloop()\n```\nYou only have to define the widget it's anchored to as well as the text. You can see this example under `button1`\n\n## Customization: \nReferences to the Label Widget:\n*https://www.tutorialspoint.com/python/tk_label.htm* and *https://www.pythontutorial.net/tkinter/tkinter-label/*\n\nOptions that can be changed are:\n`justify, foreground, background, relief, font, wraplength, anchor, border, width, textvariable`\n\n## Pictures:\n![image](https://user-images.githubusercontent.com/48299282/179792850-0d8a16fc-f81a-42e2-a791-5b8dca7257d3.png)\n\n![image](https://user-images.githubusercontent.com/48299282/179793011-ef6a7285-2ec0-4f4f-971c-3f81383bd3f4.png)\n\n![image](https://user-images.githubusercontent.com/48299282/179793097-690f7edd-d320-4372-a937-5eeec108d9ba.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessielw%2Fcustom-tkinter-tooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessielw%2Fcustom-tkinter-tooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessielw%2Fcustom-tkinter-tooltip/lists"}