mirror of
https://github.com/ClaytonWWilson/Scraper-for-theTVDB.com.git
synced 2025-12-18 02:18:46 +00:00
Cleaned up the interface
This commit is contained in:
parent
5b53396335
commit
f9c0a2ee40
13
launcher.py
13
launcher.py
@ -11,13 +11,18 @@ def user_choice():
|
|||||||
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
clear_screen()
|
||||||
|
print("=============================\n"
|
||||||
|
"Image fetcher for theTVDB.com\n"
|
||||||
|
"=============================\n")
|
||||||
|
|
||||||
print("1. Search theTVDB.com")
|
print("1. Search theTVDB.com")
|
||||||
print("2. Clear download folders")
|
print("2. Clear download folders")
|
||||||
print("3. Change login")
|
print("3. Change login")
|
||||||
print("4. Refresh API Token")
|
print("4. Refresh API Token")
|
||||||
print("5. Install Requirements")
|
print("5. Install Requirements")
|
||||||
print("6. Check for updates")
|
print("6. Check for updates\n")
|
||||||
print("7. Exit")
|
print("0. Exit\n")
|
||||||
|
|
||||||
choice = user_choice()
|
choice = user_choice()
|
||||||
|
|
||||||
@ -39,5 +44,5 @@ while True:
|
|||||||
elif choice == "6":
|
elif choice == "6":
|
||||||
print("update")
|
print("update")
|
||||||
break
|
break
|
||||||
elif choice == "7":
|
elif choice == "0":
|
||||||
print("Exit")
|
exit()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user