bullet
: Beautiful Python Prompts Made Simple
π¨ 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
.
β¨ News: bullet==2.2.0
is up (Finally!)
You can now download the newest version of bullet on PyPI!
Bullet-lists and checkboxes
π¨ 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 |
![]() |
![]() |
![]() |
ScrollBar
See the sample code for the above demo in
./examples/scrollbar.py
.
Other input prompts
β Passwords
π Yes/No Questions
π’ Numbers
bullet
Setting up From PyPI
$ pip install bullet
Build from Source
$ git clone https://github.com/bchao1/bullet.git
$ cd bullet
$ pip install .
Documentation
Currently supported prompts:
Bullet
,Check
,Input
,Numbers
,Password
,YesNo
,VerticalPrompt
,SlidePrompt
,Scrollbar
.
Contributing
Python >= 3.6
.
Todo
- Windows Support
- Search bar with autocomplete