An open API service indexing awesome lists of open source software.

https://github.com/jsmith/colorshell

A simple package to allow color printing in IDLE
https://github.com/jsmith/colorshell

Last synced: 11 months ago
JSON representation

A simple package to allow color printing in IDLE

Awesome Lists containing this project

README

          

# colorshell

A simple package to enable printing in color in IDLE. Works for python 3.

### Installation

```
pip install colorshell
```

## Example Usage

```
from colorshell import out
out.red('prints in red')
out.purple('print in purple')
```

## Supported Colors

1. black
2. red
3. green
4. purple
5. blue
6. orange