Python Forum

Full Version: pythondialog windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I want to create "unix like" dialogs using python in Windows.
I found pythondialog but it's only for unix/linux (  pythondialog.sourceforge.net  )

Is there any lookalike programs who support coding in Windows ?

pythondialog.sourceforge.net/images/example/example-menu.png

Can this be made in curses? (UniCurses)
And for Windows?


Thank you.
- Mix3rn
You could try using the port of dialog to windows version and use system command calls
http://andrear.altervista.org/home/cdialog.php