raintext

A package for rainbow text


Keywords
SOME, MEANINGFULL, KEYWORDS
License
MIT
Install
pip install raintext==0.35

Documentation

Raintext

A small script for making rainbow colored text in python

Step: 1

Place the raintext.py file into any directory that it is needed.

Usage:

from raintext import rain

print(rain("Hello there."))
print(rain("How are you?"))

Screenshot 1

An optional argument you could run with the could is color_space: bool, this will make the program apply colors to the spaces. This is good if you want uniformity between the lines. By default it is coloring spaces, you can disable this with the following code. This defaults to False.

Usage:

from raintext import rain

print(rain("Hello there.", color_space=True))
print(rain("How are you?", color_space=True))

Screenshot 2

Made by Coolkidmacho#0001 on discord