Commit 85d2384f authored by daniel.pearson's avatar daniel.pearson

Initial commit

parent c206708d
To use this file you must do a couple things:
1. Have the file (event_planner.py) in a suitable compiler such as vscode or anything that can run python with the libraries of pandas and os
2. Once you run the file in the terminal it will prompt you to enter a number ofr which part of the app you would like to access, enter a number and it will tell you what to do from there
...@@ -171,7 +171,7 @@ class makeMenus(): ...@@ -171,7 +171,7 @@ class makeMenus():
class options(): class options():
def option1(self): def option1(self):
choice = int(input("What would you like to do?\n Enter 1 for adding event information\n Enter 2 to be able to add invitees\n Enter 3 to make a folder\n Enter 4 to be able to Make a menu\n Enter 5 To EXIT\n ")) choice = int(input("What would you like to do?\n Enter 1 for adding event information\n Enter 2 to be able to add invitees\n Enter 3 to make a folder\n Enter 4 to be able to make a menu\n Enter 5 To EXIT\n "))
if choice == 1: if choice == 1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment