https://github.com/srccircumflex/widgets-tk
A small collection of python scripted useful tk widgets
https://github.com/srccircumflex/widgets-tk
Last synced: about 1 year ago
JSON representation
A small collection of python scripted useful tk widgets
- Host: GitHub
- URL: https://github.com/srccircumflex/widgets-tk
- Owner: srccircumflex
- License: mit
- Created: 2022-01-09T12:24:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T18:43:14.000Z (over 2 years ago)
- Last Synced: 2025-01-21T06:43:52.549Z (over 1 year ago)
- Language: Python
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# widgets-tk
A small collection of python scripted tk widgets.
****
- ### treeselectpopup.py

- ### InfoPopUp.py
Tk-popup-menu to function as info-/disclaimer-popup
- ### PassEntry.py
Password entry with delayed hiding. Alternative to `Entry(master, show=*)'
- ### ScrollCell.py
A vertical and horizontal scrollable window
- ### TextHighlighter.py
A simple highlighter for the tk text widget