blessed

Package — CLIPython 3.7+Intermediate

Terminal formatting: colors, positioning, keyboard input

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
wcwidth, six
Install
pip install blessed

Learn by Difficulty

Quick Example

python
# Install: pip install blessed
import blessed

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

blessed is a third-party package. Terminal formatting: colors, positioning, keyboard input. Install with: pip install blessed

Try in Playground

Tags

packageclicommand-lineterminal