PyTK - Python ToolKit: A thin Pythonic layer on top of TkInter GUI.
This Python library intend to provide a thin Pythonic abstraction layer on top of the most widely used tkinter functionalities.
The widget semantic follows, when possible, HTML conventions.
Installation
The recommended way of installing the software is through PyPI:
$ pip install pytk
Alternatively, you can clone the source repository from GitHub:
$ mkdir pytk
$ cd pytk
$ git clone git@github.com:norok2/pytk.git
$ python setup.py install
(some steps may require additional permissions depending on your configuration)
The software does not have additional dependencies beyond Python and its standard library.
It was tested with Python 2.7 and 3.5. Other version were not tested.
Release files for pytk 0.0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytk-0.0.2.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / pytk-0.0.2.1-py2.py3-none-any.whl
| Download URL | pytk-0.0.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 20.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
79eb51b267c3f21ccdb8b55f3a4fd481f25dfc45110628c222f668197c548b5b
|
|
BLAKE2b-256 checksum How to use checksums |
199d65c4b99d7dd33761b0babc4aed57562c1436f2d309e6a0b83cc582d55aeb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2
|