Metadata-Version: 1.1
Name: simpymenu
Version: 0.21.05
Summary: Auto generate simple text menu with selectable borders (box outline)
Home-page: https://github.com/kylosolo/SimPy-Menu
Author: Tai-Fong Foong
Author-email: georgie@puppycoders.com
License: MIT
Download-URL: https://github.com/kylosolo/SimPy-Menu
Description: Simple Python Text Menu
        -----------------------
        
        Auto generate a text menu with box border from a list of items.
         - Different box styles with option for no box.
         - Auto generating numbers for list of items
         - Optional header for menu
         - Optional sub-header for menu
         - Optional pairing of callables to menu items
         - Auto formatting with the headers/ sub-headers/ menu items
         - If no optional callables are paired, it will return the number selected
        
        This version requires Python 3 or later.
        Tested on macOS High Seirra, Ubuntu 16.04, Windows 10 Creator edition.
        
        Please refer to attached README.rst or Github page for usage example.
        
Keywords: text menu,box,menu system
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
