Metadata-Version: 1.0
Name: pytkapp
Version: 0.4.51.2
Summary: Python package to develop a simple application (MDI/SDI) using tkinter library.
Home-page: http://pypi.python.org/pypi/pytkapp
Author: Paul "Mid.Tier"
Author-email: mid.tier@gmail.com
License: LICENSE.txt
Description: ===========
        pytkapp
        ===========
        
        Python package for develop an application that provide
        multi-documents/single-document interface 
        with using of tkinter library and set of additional tkinter 
        widgets.
            
        See available demos:
        
        pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules) 
        
        pytkapp/demo/run_ptamdidemo.py - run demo of MDI application
        pytkapp/demo/run_ptasdidemo.py - run demo of SDI application
        
        pytkapp/demo/run_tkwbasicdemo.py - run demo of basic widgets
        pytkapp/demo/run_tkwtldemo.py - run demo of tablelist-based widgets
        
        pytkapp/demo/run_diademo.py - run demo for dialog widgets (selector, xmessage)
        pytkapp/demo/run_tkwtooltipdemo.py - run demo for tooltipped widget (buttons, entries)
        
        Description
        =========
        
        Python package for develop an application that provide
        multi-documents/single-document interface 
        with using of tkinter library and set of additional tkinter 
        widgets.
        
        Notes
        =========
        
        1) PyTkApp package was tested on python 2.7, 3.1
        
        2) If you planning to use tablelist-based widgets then you need to download 
           tcl Tablelist package from http://www.nemethi.de/
        
        
Keywords: tkinter mdi/sdi application widgets tablelist
Platform: UNKNOWN
