/python_menu

Create simple console menus using python-dialog

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Python Menu

python-menu is a library for creating simple console menus using python-dialog

Installation

For using python menu you need dialog application installed on your system

dialog on Debian / Ubuntu systems

sudo apt-get install dialog

Install the module

python setup.py install

Usage

Check the examples on the example folder

For running the examples you will need PyYaml

pip install PyYaml

Links