Skip to content

Instantly share code, notes, and snippets.

@JonasPf
JonasPf / menus.py
Created April 8, 2013 20:15
A few simple methods to create interactive console applications with menus, prompts for text, date, boolean etc.
"""
menus.py
Version: 0.5
A few simple methods to create interactive console applications. See the example at the bottom of this file.
Tested on Python 2.7 and Windows 7.
Copyright (c) 2013, Jonas Pfannschmidt
Licensed under the MIT license http://www.opensource.org/licenses/mit-license.php