Automatic generation of user-interfaces.
Project description
PyTK - Python ToolKit: Python abstract graphical user-interface toolkit
This Python library intend to provide a sensible abstraction layer on top of the most widely used GUI toolkits. This is similar to AnyGUI except that we focus more on offering full and stable support for the standard Python GUI toolkit.
For the moment, however, only a few tricks for common tkinter implementation patterns are in place.
The widget semantic follows, when possible, HTML conventions.
There are plans to includes support for Text-based UIs (via asciimatics).
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for pytk-0.0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9085453675397ac7b173610863b299e7646acfd60db369f019e030e194d5fc38 |
|
MD5 | b9a9a95352bea39bb197a6dc0490b859 |
|
BLAKE2b-256 | f2957091e96f1d09645c5fe29a46126353597de9757c422ce59adaf7c833e7b3 |