Top "Whiptail" questions

Whiptail is a tool used for displaying dialog boxes to users.

How to write EOF to STDIN popen in python

I have the following command run through popen: p = subprocess.popen(["/usr/bin/whiptail", "--title", "\"Progress\"", "--gauge", "\"\"", "6", "50", "0"], stdout=subprocess.PIPE, …

python subprocess popen whiptail