This simple app allows the user to add and view people from a list of groupmates. List data is stored in a text file file. The program also provides a GUI to the user for ease of adding/viewing members.
This app was created for the OSURC Rover Club Software Team's Python Lv. 2 Mastery Challenge. It has the following elements:
- GUIs
- File IO
- Importing libraries via System includes
- Importing libraries locally
- Complete Commenting
- Code Repository use
- Exception Handling