Skip to content

coolkidmacho/raintext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 #1 on discord

About

a small script for making rainbow colored text in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages