close
The Wayback Machine - https://web.archive.org/web/20200810011854/https://github.com/bchao1/bullet
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

bullet : Beautiful Python Prompts Made Simple




Image


Image Image Image Image


🎨 Customize prompts in your Python CLI tool. Extensive support for formatting, colors, background colors, styling, and etc. Also supports emojis!


Image

See the sample code for the above demo in ./examples/prompt.py.

✨ New Feature: ScrollBar

Image

See the sample code for the above demo in ./examples/scrollbar.py.

Bullet-lists and checkboxes

🎨 Robust support for user-defined styles.

./examples/classic.py ./examples/colorful.py ./examples/star.py
Image Image Image
Vanilla checkbox Checkbox + styles.Exam Bullet + styles.Greece
Image Image Image
Bullet + styles.Ocean Bullet + styles.Lime Bullet + styles.Christmas
Image Image Image

Other input prompts

β›” Passwords

Image

οΏ½? Yes/No Questions

Image

πŸ”’ Numbers

Image

Setting up bullet

From PyPI

$ pip install bullet

Build from Source

$ git clone https://github.com/Mckinsey666/bullet.git
$ cd bullet
$ pip install .

Documentation

πŸ“– See Documentation.

Currently supported prompts: Bullet, Check, Input, Numbers, Password, YesNo, VerticalPrompt, SlidePrompt, Scrollbar.

Contributing

πŸŽ‰ Directly send PRs! I'd also love to see your color schemes, and they can possibly be added to the default style library!

Todo

  • Windows Support
  • Search bar with autocomplete
You can’t perform that action at this time.