A Python interface to the UNIX dialog utility (and mostly-compatible programs like whiptail). Current version 3.5.3, requires Python >=3. Stable, infrequent releases.
pip install pythondialogVerified import paths — ran on the pinned version, not inferred.
Initialize Dialog and show a message box.
Install dialog from your package manager (e.g., `sudo apt install dialog` or `brew install dialog`).
Use Python 3.4+ (preferably 3.6+).
Replace `common_args_screen_size=True` with `autowidgetsize=True` in Dialog constructor.
Run `pip install pythondialog` and use `from dialog import Dialog`.
Install dialog: `sudo apt install dialog` (Linux) or `brew install dialog` (macOS).
No dependency data recorded yet.