This release is a pre-release and may not be stable for production use.
Introduction
Tklife is an opinionated framework for the development of Tkinter applications.
Installation
pip install tklife
Why Tklife?
Tklife is a framework that aims to make the development of Tkinter applications more structured as well as correct the following issues Python 3 has with Tkinter:
-
Event unbinding does not work properly for events appended with "+" argument to the bind method. See tklife.event.BaseEvent.unbind() for more information on how this is corrected.
-
The tearoff attribute of the Menu widget is outdated and should not be used. The MenuMixin automatically removes the tearoff attribute from all Menus.
Release files for tklife 2.5.0.dev3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tklife-2.5.0.dev3.tar.gz | 25.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tklife-2.5.0.dev3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.8 kB
Release files / tklife-2.5.0.dev3.tar.gz
| Download URL | tklife-2.5.0.dev3.tar.gz |
|---|---|
| Size | 25.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb7b5b56e039103539dcec6613d1a444bfcbfe0cffd4e0efc4fbf219bc1ad970
|
|
BLAKE2b-256 checksum How to use checksums |
363705aacf74cf4b73efd4b6ade714821ab7111398692b4a7ff299a3cd74b96a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.23
|
Release files / tklife-2.5.0.dev3-py3-none-any.whl
| Download URL | tklife-2.5.0.dev3-py3-none-any.whl |
|---|---|
| Size | 31.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5294629c616e9abdf3aa9acfe7350dd7a14639332a1b54b3f87668879b91b749
|
|
BLAKE2b-256 checksum How to use checksums |
4d16ce7f8439f471cc975d28eb3f0d77f117bcef5787bfdd5cc07fd807fb39de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.23
|