dialogs: Simple dialogs for use at the repl / ipython / jupyter

Simple dialogs for use at the repl / ipython / jupyter

At the moment the better supported backend is qt5, which works in all three major platforms.

Functions

showInfo(msg[, title, font, icon, backend])

Show a pop up dialog with some info

selectFile([directory, filter, title, backend])

Create a dialog to open a file and returns the file selected

saveDialog([filter, title, directory, backend])

Open a dialog to save a file.

selectItem(items[, title, entryFont, ...])

Select one item from a list

selectItems(items[, title, entryFont, ...])

Select one or multiple items from a list