Windows version of lolcat, which can be called via Python 3
Clone the repo or download & unpack .zip archive
git clone https://github.com/OlegXio/python-lolcat-windows
from lolcat_api import lolcat
lolcat('''HELLO WORLD!''') #multi-line compatible
OlegXio you