from colorama import init
from termcolor import colored
import time
for i in range (1,5):
print (colored('********************************* ','green'))
time.sleep(0.5)
for i in range (1,5):
print (colored('********************************* ','white'))
time.sleep(0.5)
for i in range (1,5):
print (colored('********************************* ','red'))
time.sleep(0.5)
for i in range (1,8):
print (colored('**'))
time.sleep(0.5)
print (colored ('\n\tHappy repbulic day ','yellow'))
No comments:
Post a Comment