inquirer 3.4.0
0
Collection of common interactive command line user interfaces, based on Inquirer.js
Contents
Collection of common interactive command line user interfaces, based on Inquirer.js
Stars: 1007, Watchers: 1007, Forks: 97, Open Issues: 41The magmax/python-inquirer
repo was created 10 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 1007 github stars!
How to Install inquirer
You can install inquirer using pip
pip install inquirer
or add it to a project with poetry
poetry add inquirer
Package Details
- Author
- Miguel Ángel García
- License
- MIT
- Homepage
- https://github.com/magmax/python-inquirer
- PyPi:
- https://pypi.org/project/inquirer/
- Documentation:
- https://python-inquirer.readthedocs.io
- GitHub Repo:
- https://github.com/magmax/python-inquirer
Classifiers
- Software Development/Libraries/Application Frameworks
- Software Development/User Interfaces
Related Packages
Errors
A list of common inquirer errors.
Code Examples
Here are some inquirer
code examples and snippets.
GitHub Issues
The inquirer package has 41 open issues on GitHub
- Move the import of python-editor into the scope where it is actually needed
- Add import path shortcut to init,py
- Add type hinting
- Added length parameter to checkbox and list
- [BUG] termios.error: (25, 'Inappropriate ioctl for device')
- Unable to delete the text input
- Cannot move cursor when running a list prompt
- Backspace not works on windows
- Customizable templates
- Cannot move cursor when running a list prompt in a docker container