From 147a2220cd9544dd3376c02d5b2e6e139bd3f9be Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Wed, 1 Nov 2017 13:36:31 -0400 Subject: [PATCH] Added the launcher for the project --- launcher.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 launcher.py diff --git a/launcher.py b/launcher.py new file mode 100644 index 0000000..312244f --- /dev/null +++ b/launcher.py @@ -0,0 +1,8 @@ +# this will be the launcher for the project +print("1. Search theTVDB.com") +print("2. Clear download folders") +print("3. Change login") +print("4. Refresh API Token") +print("5. Install Requirements") +print("6. Check for updates") +print("7. Exit")