python-dialog

Python 2 module for making simple terminal-based user interfaces

Description

pythondialog is a Python wrapper for the dialog utility originally written by Savio Lam, and later rewritten by Thomas E. Dickey. Its purpose is to provide an easy to use, pythonic and comprehensive Python interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems.

pythondialog provides dialog boxes (widgets) of many different types. Among these, one can find infobox, msgbox, yesno, menu, checklist, radiolist, fselect (for selecting a file), rangebox, buildlist, treeview, calendar. These widgets, and those not listed here, allow one to build nice interfaces quickly and easily. However, it is not possible to create new widgets without modifying dialog itself.

For most widgets, the following settings can be chosen:
 * width, height and other parameters where applicable;
 * two user-defined buttons, referred to as "Help" and "Extra", may be
   added and their labels freely chosen.
Additionally, a color theme may be defined for all widgets via a configuration file.

pythondialog has good Unicode support. Precisely, this support should be as good as allowed by the combination of the Python interpreter, dialog, the terminal and the locale settings in use.

This version is a backport of pythondialog to Python 2. Unless you really have to use Python 2, you should use the python3-dialog package.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://pythondialog.sourceforge.net/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-dialog