Python prompts to make your Python interactive shell prettier.
curl -L https://raw.githubusercontent.com/arpitbbhayani/py-prompts/master/install.sh | sh
Above command will setup a command line utility called py-prompts
, execute this to view, manage
and explore Python prompts themes. You will need to either source your rcfile or start a new
terminal session.
$ py-prompts ls
...
$ py-prompts set <theme_name>
The changes will take effect from the next terminal session or after sourcing the existing session.
- Create a python file with your theme and put it in
themes
folder. - Done.