calebmeyer / py-prompts

Themes for Python prompts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Themes for Python prompts.


Languages

Language:Shell 67.1%Language:Python 32.9%