Hi,
I'm looking for a terminal UI library having widgets (like buttons, checkbox, ...), and compatible with python3.
I tried :
- pycdk (pyrex does not work with python3, and porting it is a mess)
- urwid (does not work with python3, it has a port but not working well with new curses interface).
Does anyone know such a library ?
Thanks !