Semester Project for OO Programming I (Python)
This program determines the most cost-effective travel route among a group of airports based on a fictitious pricing scheme for flights. The GUI accepts direct inputs for individuals as well as batch uploading of csv files.
Full project spec is included here as projecthandout.pdf
This project earned 90 marks out of 100.
Modules are: TravelAgent.py Lookup.py Employee.py Airport.py Currency.py
Run gui.py to see the interface.
projecttest.py contains test suite