colorshell

A simple package to abstract printing to IDLE in color


Keywords
print, shell, IDLE, color, colour
License
MIT
Install
pip install colorshell==0.1.1

Documentation

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