ColouringIDLE is a Python library for dealing with simple coloured text in IDLE. Just copy and paste the py file into another called colouringIDLE.
from colouringIDLE import *
# Coloured Text
printc( red("Here is some red text!") )
printc( "If you add " + red("red") + " to " + blue("blue") + ", you get " + purple("purple") )
# Typing Effect
printt("You can make a typing effect!")
- Red
- Orange
- Blue
- Green
- Purple
- Black
- Brown
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.