Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 894 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 894 Bytes

Python Prompts

Python prompts to make your Python interactive shell prettier.

Colord python prompt gif

Installing Python prompt theme

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.

Command Walkthrough

List themes

$ py-prompts ls
...

Applying a theme

$ py-prompts set <theme_name>

The changes will take effect from the next terminal session or after sourcing the existing session.

Adding a new theme

  • Create a python file with your theme and put it in themes folder.
  • Done.