Source: pythondialog Maintainer: Debian Python Modules Team Uploaders: Tristan Seligmann , Florent Rougon Homepage: http://pythondialog.sourceforge.net/ Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-doc, python3-docutils, python3-sphinx (>= 1.0.7+dfsg-1~), python3-pygments Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pythondialog.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pythondialog.git X-Python3-Version: >= 3.0 Package: python3-dialog Architecture: all Depends: dialog, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends} Suggests: python3-doc Description: Python module for making simple terminal-based user interfaces 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.