The most beautiful thing (a cactus (obviously)) can now be endlessly shown in front of your face.
You can use termcolor and fill in the cactus.
@AlexanderTarn really? would you mind showing me how? :)
@CodingCactus
from termcolor import colored s = colored('[]','grey',attrs=['concealed']) O = colored('[]','white','on_white') G = colored('[]','yellow','on_yellow') f = colored('[]','cyan','on_cyan') M = colored('[]','green','on_green') print(M)
"Animated" ASCII Cactus
Dancing Cactus
The most beautiful thing (a cactus (obviously)) can now be endlessly shown in front of your face.
Enjoy
You can use termcolor and fill in the cactus.
@AlexanderTarn really? would you mind showing me how? :)
@CodingCactus