I am interested in the rapid development of Python applications. Since this is mainly for prototyping, I’m looking for a way to create “rough” user interfaces. By this I mean that they should not look professional, they just have to be flexible enough to look the way I want. I originally intended to do this by creating a graphical interface (using something like GTK), but now I'm starting to think about TUI (using ncurses).
What is the difference between creating a GUI and TUI? Can I quickly create an interface in pyGTK or Python curses module?
source
share