pythondialog icon indicating copy to clipboard operation
pythondialog copied to clipboard

Python wrapper for the Unix "dialog" utility

Results 4 pythondialog issues
Sort by recently updated
recently updated
newest added

Hello! I am wondering if it is possible to have two widgets at the same time, one msgbox to display text and alter in realtime and a dialog text input...

Hello! Amazing python project. Please tell me, is it possible to customize the interface inside python or do we always need to edit the `~/.dialogrc` file? Thanks in advance

wontfix

Using extended ASCII chars like █ are counted with a larger width as displayed in the terminal. Meaning, the dialog window extends itself more than needed. Width can't be set...

unreproducible

I'd like to have the menuconfig-like interface in a pure python utility. It seems that the urwid library has some half-baked dialog.py in its examples - I wonder if this...