Skip to content

Commit

Permalink
Banner Added
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjames authored Jun 1, 2021
1 parent ba099d8 commit 90e5eb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions banner.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
def print_banner():
print("\n ######")
print(" # # #### # # ###### ##### ###### # #")
print(" # # # # # # # # # # # #")
print(" ###### # # #### ##### # # ##### ##")
print(" # # # # # # # # # ##")
print(" # # # # # # # # # # #")
print(" # #### # # ###### ##### ###### # #")
3 changes: 3 additions & 0 deletions pokedex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
import pokemon
import pokemon_directory
import webbrowser
import banner


def menu():
banner.print_banner()

print("\n Please select a pokedex number. (1 - 151)")
print(" Type (d) for a pokemon directory.")
print(" Type (q) to exit.")
Expand Down

0 comments on commit 90e5eb9

Please sign in to comment.