Description: This Application Allows Students to find details about their final exams from the final schedule pdf file that is released before exam season. The user inputs the courses of interest via a GUI and receives back the information regarding the exams of those courses (date, time, location ...).
-
Obtaining a csv file from online pdf: in the src directory, run: python importing.py
<url of the pdf file available online> -
Utilizing the schedule application: Make sure the csv file is present in src then run Main.java. A GUI will appear, allowing the user to input their courses.