Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
divagicha committed May 17, 2021
1 parent 7a6950e commit b87e141
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions schedule_vaccination_appointment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
from CovidVaccineChecker import TextColors, CoWINAPI


"""
-----------------------------------------------------------------------------
------------------------------ MAIN CODE START ------------------------------
-----------------------------------------------------------------------------
"""

os.system("color FF") # to get screen colors when running script on shell / CMD

print("""
.oooooo. oooooo oooooo oooo ooooo ooooo ooo .o. ooooooooo. ooooo
d8P' `Y8b `888. `888. .8' `888' `888b. `8' .888. `888 `Y88. `888'
888 .ooooo. `888. .8888. .8' 888 8 `88b. 8 .8"888. 888 .d88' 888
888 d88' `88b `888 .8'`888. .8' 888 8 `88b. 8 .8' `888. 888ooo88P' 888
888 888 888 `888.8' `888.8' 888 8 `88b.8 .88ooo8888. 888 888
`88b ooo 888 888 `888' `888' 888 8 `888 .8' `888. 888 888
`Y8bood8P' `Y8bod8P' `8' `8' o888o o8o `8 o88o o8888o o888o o888o
""")

mobile = input("\n-->\tEnter mobile: ")

cowinAPI = CoWINAPI(mobile)
Expand Down

0 comments on commit b87e141

Please sign in to comment.