Skip to content

norok2/pytk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTK - Python ToolKit

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published