Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 552 Bytes

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