Skip to content
/ bullet Public
forked from bchao1/bullet

๐Ÿš… Beautiful Python prompts made simple.

Notifications You must be signed in to change notification settings

nelice/bullet

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!
./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

Setting up bullet

From PyPI

$ pip install bullet

Build from Source

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

Documentation

๐Ÿ“– See Documentation.

Contributing

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

About

๐Ÿš… Beautiful Python prompts made simple.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%