🎨 Customize prompts in your Python CLI tool. Extensive support for formatting, colors, background colors, styling, and etc. Also supports emojis!
See the sample code for the above demo in
./examples/prompt.py
.
🎨 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 |
See the sample code for the above demo in
./examples/scrollbar.py
.
⛔ Passwords
👍 Yes/No Questions
🔢 Numbers
Build from Source
git clone https://github.com/h4rldev/rebullet
cd rebullet
pip install .
Install from pypi
pip install rebullet
📖 See Documentation.
Currently supported prompts:
Bullet
,Check
,Input
,Numbers
,Password
,YesNo
,VerticalPrompt
,SlidePrompt
,Scrollbar
,Date
,CheckDependencies
.
🎉 Directly send PRs! Make sure development is done and tested in Python 3.10
❗ Make sure to make them mergable to save me and you time.