whiptail-dialogs

Use whiptail to display dialog boxes from Python scripts.


Keywords
console, dialog, utility, whiptail, python, python3
License
BSD-3-Clause
Install
pip install whiptail-dialogs==0.4.0

Documentation

whiptail

Use whiptail to display dialog boxes from Python scripts.

Coverage
Docs Documentation Build Status Docs Check Status
Tests Linux Test Status Windows Test Status macOS Test Status
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

whiptail is a library that will let you present a variety of questions or display messages using dialog boxes from a Python script.

Currently, these types of dialog boxes are implemented:

  • yes/no box
  • menu box
  • input box
  • message box
  • text box
  • info box
  • checklist box
  • radiolist box
  • gauge box
  • password box

Installation

whiptail can be installed from PyPI.

To install with pip:

$ python -m pip install whiptail-dialogs

You must also have the whiptail package installed on your system.

On Debian and derivatives this can be installed with:

$ apt-get install whiptail