Closed jxrski closed 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
import fade
print(fade.blackwhite("your text here"))
fix from above
Can you explain how to use this? where do i put the ascii art?