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
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 "))