Metadata-Version: 2.1
Name: textapp
Version: 0.0.2
Summary: Create simple but useful terminal menus.
Home-page: https://github.com/TandonDevOps/textapp
Author: Gene Callahan
Author-email: gcallah@mac.com
License: UNKNOWN
Description: # textapp
        
        A small facility for making a terminal application
        
        ## Requirements
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install textapp
        
                pip install textapp 
        ## Functionality 
        
        - Runs in standard terminals.
        - Uses single key entry for menu choices.
        - Can be used to either:
            - Read menus from a JSON file or
            - Be passed JSON as parameter.
        - Will recognize default choices that only require "Enter."
        - Menu choices may be de-activated according to circumstances.
        - Utilizes termcolor package (if installed) in order to color the menu.
        - Menu theme is set depending on environment variables.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
