{"library":"pythondialog","title":"pythondialog","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pythondialog"],"cli":null},"imports":["from dialog import Dialog"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from dialog import Dialog\nd = Dialog(dialog=\"dialog\")\nd.msgbox(\"Hello, world!\")","lang":"python","description":"Initialize Dialog and show a message box.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}