Birthday wishes in python
Birthday wishes in python project available as beginners level programming,
Check out our blog here we are uploaded diploma engineering all branches/courses Study materials like books, Notes Microproject & solve manual check out and download complete study material
In free
Birthday wishes in python
Birthday wishes In Python source code:
import time as t
#©A KIRAN RAJPUT
#PyCoder
def birth():
i=' i i i i i'
_i='___i__i__i__i__i___'
print('\n\n\n\n\t\t\t\t',i)
t.sleep(1)
print('\t\t\t\t',i)
t.sleep(1)
print('\t\t\t\t',_i)
t.sleep(1)
print('\t\t\t\t|\u2764\t\t \u2764|')
t.sleep(.1)
print('\t\t\t ___| \u2764 DATE \u2764 |___')
t.sleep(.9)
print('\t\t\t |\U0001F618 \u2764\t \u2764 \U0001F618|')
t.sleep(.9)
print('\t\t\t ___| \u2764 HAPPY \u2764 |___')
t.sleep(.9)
print('\t\t\t|\U0001F607 \u2764 BIRTHDAY \u2764 \U0001F607|')
t.sleep(.9)
print('\t\t ___|\t\u2764_________________\u2764\t |___')
t.sleep(.9)
print('\t\t |\U0001F46C \U0001F61B \U0001F382 NAME \t\U0001F382 \U0001F61B \U0001F46C|')
t.sleep(.8)
print('\t\t |___________________________________________|')
t.sleep(.8)
print('\n\t\t\tFROM \t ___NAME 1')
t.sleep(.8)
print('\n\t\t\t___NAME 2 ')
t.sleep(.8)
print('\n \t\t___NAME 3')
t.sleep(.8)
print(' \n\t___NAME 4')
t.sleep(.8)
print('\n\n© A KIRAN RAJPUT')
def happy():
t.sleep(1)
print('\n\n\t\t __ __ ____ ____ ____ __ __')
t.sleep(1)
print('\t\t| | | / | | \| \| | |')
t.sleep(.8)
print('\t\t| | | | o | | o ) o ) | |')
t.sleep(.8)
print('\t\t| _ | | | | _/| _/| ~ |')
t.sleep(.8)
print('\t\t| | | _ | | | | | |___ |')
t.sleep(.8)
print('\t\t| | | | | | | | | | | | |')
t.sleep(.8)
print('\t\t|__|__| |__|__| |___| |___| |____/')
def Birthday():
t.sleep(.9)
print('\t\t\t ____ ____ ____ ______ __ __ ___ ____ __ __ ')
t.sleep(.8)
print('\t\t\t| \ | | | \|_ _|| | | | \ / | | | | ')
t.sleep(.7)
print('\t\t\t| o ) | | | D ) | | | | | | \ | o | | | | ')
t.sleep(.7)
print('\t\t\t| | | | | _/ | | | _ | | D | | | | ~ |')
t.sleep(.7)
print('\t\t\t| o | | | | \ | | | | | | | | | |___ |')
t.sleep(.7)
print('\t\t\t| | | | | . \ | | | | | | | | | | | |')
t.sleep(.7)
print('\t\t\t|____| |____| |__|\_| |__| |__|__| |____| |__|__| |____/')
def bhau():
t.sleep(.8)
print('\t ____ __ __ ____ ____')
t.sleep(.8)
print('\t| \ | | | / || |')
t.sleep(.8)
print('\t| o )| | | | o | | |')
t.sleep(.7)
print('\t| | | _ | | | | |')
t.sleep(.7)
print('\t| o | | | | _ | | |')
t.sleep(.7)
print('\t| | | | | | | | | |')
t.sleep(.7)
print('\t|____| |__|__| |__|__||____|\n\n')
repeat=input(print('If you want repeat, Press any key:'))
if repeat!='':
birth()
happy()
Birthday()
bhau()
else:
print('Bye Bye...Have a Nice Day')
#©A KIRAN RAJPUT
#PyCoder
#bboy=input(print("\n\n\tEnter B'Day Boy Name...\t"))
#bdate=input(print('\t\tEnter Date of Birth...'))
#Name1=input(print('\n\t\tEnter Four friends Name:'))
#Name2=input('\n\t')
#Name3=input('\n\t')
#Name4=input('\n\t')
birth()
happy()
Birthday()
bhau()