+ 2

What is the best TUI framework in python?

I wish to make a TUI(Terminal User Interface) based program in python. What will be the best framework to start?

20th Feb 2019, 10:08 PM
Rakibul Yeasin
Rakibul Yeasin - avatar
1 Respuesta
+ 1
It looks like curses might be a promising starting point for you. https://docs.python.org/3/howto/curses.html
21st Feb 2019, 12:39 AM
merkrafter