Metadata-Version: 2.1
Name: tkapp
Version: 0.0.1
Summary: Simple Tk app root window setup
Home-page: https://github.com/bentlema/tkapp
Author: Mark Bentley
Author-email: bentlema@yahoo.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/bentlema/tkapp/issues
Project-URL: Source, https://github.com/bentlema/tkapp/
Description: # Tkinter App Basic Setup
        
        Setup the Tk root window for an app.  This was written for use with
        another app I'm building, and figured I'd split it out into it's
        own module in case it's useful for other future apps.
        
        More to come...
        
        
Keywords: tkinter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
