billythegoat356 / pystyle

The source of my Python library, pystyle.
https://pypi.org/project/pystyle/
Eclipse Public License 2.0
202 stars 13 forks source link

Not styling #1

Closed elijahgives closed 2 years ago

elijahgives commented 2 years ago

My code;

print(Colorate.Horizontal(Colors.blue_to_purple, 'testlol', 1))

In the console; image

elijahgives commented 2 years ago

Nevermind, fixed; I had colorama.init(convert=True) which was messing smth up.