Mckinsey666 / bullet
- среда, 27 февраля 2019 г. в 00:16:57
Python
🚅 Beautiful Python prompts made simple.
bullet
: Beautiful Python Prompts Made Simple
🎨 Customize prompts in your Python CLI tool. Extensive support for formatting, colors, background colors, styling, and etc.
from bullet import Bullet, Check, YesNo # and etc...
cli = Bullet(prompt = "...") # Setup styles
result = cli.launch() # Launch it on your terminal!
🎨 Robust support for user-defined styles.
./examples/classic.py | ./examples/colorful.py | ./examples/star.py |
---|---|---|
![]() |
![]() |
![]() |
Vanilla checkbox | Checkbox + styles.Exam | Bullet + styles.Greece |
![]() |
![]() |
![]() |
Bullet + styles.Ocean | Bullet + styles.Lime | Bullet + styles.Christmas |
![]() |
![]() |
![]() |
⛔ Passwords
👍 Yes/No Questions
bullet
From PyPI
$ pip install bullet
Build from Source
$ git clone https://github.com/Mckinsey666/bullet.git
$ pip install .