prompt_toolkit

Package — CLIPython 3.7+Intermediate

Build interactive command-line applications and REPLs

Quick Info

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

Learn by Difficulty

Quick Example

python
# Install: pip install prompt-toolkit
import prompt_toolkit

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

prompt_toolkit is a third-party package. Build interactive command-line applications and REPLs. Install with: pip install prompt-toolkit

Try in Playground

Tags

packageclicommand-lineterminal