PyMOTW: EasyDialogs

The EasyDialogs module includes classes and functions for working with simple message and prompt dialogs, as well as stock dialogs for querying the user for file or directory names. The dialogs use the Carbon API.

Read more at pymotw.com: EasyDialogs