https://github.com/ejdecena/tk-utilities
Tk Utilities is a single module that contains several classes, utility functions and helpers to develop interfaces in Tkinter.
https://github.com/ejdecena/tk-utilities
python3 tkinter tkinter-graphic-interface tkinter-gui tkinter-widgets
Last synced: 3 months ago
JSON representation
Tk Utilities is a single module that contains several classes, utility functions and helpers to develop interfaces in Tkinter.
- Host: GitHub
- URL: https://github.com/ejdecena/tk-utilities
- Owner: ejdecena
- License: mit
- Created: 2020-05-17T22:20:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T14:37:30.000Z (over 4 years ago)
- Last Synced: 2025-02-05T12:35:00.299Z (5 months ago)
- Topics: python3, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-widgets
- Language: Python
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tk Utilities.
*Tk Utilities* is a repository that hosts helper classes for the design and implementation of graphical interfaces with *Tkinter*.
## Developer.
* Edgard Decena, [email protected]
## Requirements.
*Tk Utilities* requires *Python 3+* and the *Tkinter* graphics library.
## Use:
1. Import from the `tkutilities` module the class or classes required to help build interfaces in *Tkinter*.
## Contributions.
Any doubt or problem about the algorithm should be reported by opening an [**issue**](https://github.com/ejdecena/Tk-Utilities/issues).