Metadata-Version: 1.1
Name: pygame-menu
Version: 1.95.2
Summary: Menu for pygame, simple, lightweight and easy to use
Home-page: https://github.com/ppizarror/pygame-menu
Author: ppizarror
Author-email: pablo.pizarro@ing.uchile.cl
License: MIT
Description: pygame-menu
        ==============
        
        | Written for both Python 2.X and 3.X
        
        Source repo on `github <https://github.com/ppizarror/pygame-menu>`__
        
        Introduction
        ------------
        
        Pygame-menu is a Python Pygame library for create menus, it supports
        selectors, items and texts menus with many options to customize.
        
        Install Instructions
        --------------------
        
        Pygame Toolbox can now be downloaded via pip. Simply run pip install
        pygame-menu.
        
        Dependencies
        ~~~~~~~~~~~~
        
        This library is dependant on the following
        
        -  `Pygame <http://www.pygame.org/download.shtml>`__
        
        Contributors
        ------------
        
        Ideas and contributions are always welcome. Any found bugs or
        enhancement suggestions should be posted in the issues tab.
        
        Aditional Information
        ---------------------
        
        Licensing
        ~~~~~~~~~
        
        | This project is distributed using the MIT license.
        | For more licensing information read LICENSE on github.
        
        Contact Info:
        ~~~~~~~~~~~~~
        
        This project does not have a mailing list and so the issues tab should
        be the first point of contact if wishing to discuss the project. If you
        have questions that you do not feel are relavent to the issues tab or
        just want to let me know what you think about the library, feel free to
        email me.
        
        Email: pablo.pizarro@ing.uchile.cl
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: pygame
