venaxyt / fade

This is the first Python module allowing you to print gradient texts and banners.
MIT License
57 stars 5 forks source link

How to use? #3

Closed jxrski closed 2 years ago

jxrski commented 2 years ago

Can you explain how to use this? where do i put the ascii art?

wolfff21123 commented 2 years ago

I think its something like that First install fade library : pip install fade

Then put in your code : import fade

print(blackwhite("your text here"))

It should work

pp0236 commented 2 years ago
import fade
print(fade.blackwhite("your text here"))

fix from above