Automatic generation of user-interfaces.
Project description
PyTK - Python ToolKit
=====================
**PyTK** - **Py**thon **T**ool**K**it:
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 <https://wiki.python.org/moin/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 <https://pypi.python.org/pypi/pytk>`_:
.. code:: shell
$ pip install autoui
Alternatively, you can clone the source repository from
`Bitbucket <https://bitbucket.org/norok2/pytk>`_:
.. code:: shell
$ mkdir autoui
$ cd autoui
$ git clone git@bitbucket.org:norok2/autoui.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.
=====================
**PyTK** - **Py**thon **T**ool**K**it:
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 <https://wiki.python.org/moin/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 <https://pypi.python.org/pypi/pytk>`_:
.. code:: shell
$ pip install autoui
Alternatively, you can clone the source repository from
`Bitbucket <https://bitbucket.org/norok2/pytk>`_:
.. code:: shell
$ mkdir autoui
$ cd autoui
$ git clone git@bitbucket.org:norok2/autoui.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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
pytk-0.0.1.2-py2.py3-none-any.whl
(11.3 kB
view hashes)
Close
Hashes for pytk-0.0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40a907323cb4b5da5e38fdd7939060f6402d91472ce24897e3f7df0200701537 |
|
MD5 | 510a2ffb34e7f2672bc23caed9a1340f |
|
BLAKE2b-256 | 761b38393971f1f3a602a6287cf49e745d116f75ea1d9afd3ae96a6bac88012a |