PyInquirer is a great Python port of Inquirer.js, however, the project is slowly reaching to an unmaintained state with various issues left behind and no intention to implement more feature requests. I was heavily relying on this library for other projects but could not proceed due to the limitations.
Some noticeable ones that bother me the most:
- hard limit on prompt_toolkit version 1.0.3 (current release) - color issues (unreleased) - cursor issues (unreleased) - No options for VI/Emacs navigation key bindings - Pagination options don't work
InquirerPy focus primarily on resolving the above issues and also introducing more customization options and new prompts.
Alternate projects such as questionary and python-inquirer are addressed [here](https://github.com/kazhala/InquirerPy#similar-projects).
Github: https://github.com/kazhala/InquirerPy