questionary

Package — CLIPython 3.7+Intermediate

Interactive CLI prompts (select, confirm, checkbox, text)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
prompt-toolkit
Install
pip install questionary

Learn by Difficulty

Quick Example

python
# Install: pip install questionary
import questionary

# Basic questionary usage
print(f"Using questionary")
# See documentation for detailed examples

questionary is a third-party package. Interactive CLI prompts (select, confirm, checkbox, text). Install with: pip install questionary

Try in Playground

Tags

packageclicommand-lineterminal