Metadata-Version: 2.1
Name: tkgridgui
Version: 0.0.14
Summary: tkGridGUI builds a python Tkinter GUI graphic user interface using the grid geometry manager.
Home-page: http://tkgridgui.readthedocs.org/en/latest/
Author: Charlie Taylor
Author-email: cet@appliedpython.com
License: GPL-3
Download-URL: https://github.com/sonofeft/TkGridGUI
Keywords: tkgridgui setuptools development
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: future
Requires-Dist: configparser
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'


.. image:: https://travis-ci.org/sonofeft/TkGridGUI.svg?branch=master
    :target: https://travis-ci.org/sonofeft/TkGridGUI

.. image:: https://img.shields.io/pypi/v/TkGridGUI.svg
    :target: https://pypi.python.org/pypi/tkgridgui

.. image:: https://img.shields.io/pypi/pyversions/TkGridGUI.svg
    :target: https://wiki.python.org/moin/Python2orPython3

.. image:: https://img.shields.io/pypi/l/TkGridGUI.svg
    :target: https://pypi.python.org/pypi/tkgridgui


TkGridGUI Builds A Python Tkinter Gui Graphic User Interface Using The Grid Geometry Manager.
=============================================================================================


See the Code at: `<https://github.com/sonofeft/TkGridGUI>`_

See the Docs at: `<https://sonofefttkgridgui.readthedocs.io/en/latest/>`_

See PyPI page at:`<https://pypi.python.org/pypi/tkgridgui>`_

.. warning::

  Still working out the multi-platform bugs.

Create a fully "wired" python Tkinter GUI application in minutes with TkGridGUI.

The users main responsibility is to add application logic to the python source code created by TkGridGUI.  

TkGridGUI generates python source code for all the basic Tkinter widgets like Button, Label and Entry
as well structures such as menus, notebooks and statusbars.

Common widget bindings and StringVar objects are created by default.

TkGridGUI runs on Linux and Windows with python 2 and 3.


