Skip to content

fipachu/py-prompts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.1%
  • Python 32.9%