Hacker News new | ask | show | jobs
by quodlibetor 3129 days ago
prompt_toolkit is, IMO, the standard by which all of these types of libraries should be measured.

It's incredibly easy to get started with, and lets you build crazy wonderful things like pt_python and pgcli/mycli.

1 comments

For REPL like things prompt_toolkit is great. For anything else (menus, forms) i find it difficult to use or at least discouraging.