Aiyush-G / colouringIDLE

A simple python module that allows you to use coloured text in IDLE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColouringIDLE

ColouringIDLE is a Python library for dealing with simple coloured text in IDLE. Just copy and paste the py file into another called colouringIDLE.

Usage

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!")

Colours Supported:

  • Red
  • Orange
  • Blue
  • Green
  • Purple
  • Black
  • Brown

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A simple python module that allows you to use coloured text in IDLE


Languages

Language:Python 100.0%