This is a file-reading program that serves as a sort of prototype of a database accessor. It can read any file in the right format. Included are three files, named class1.txt, class2.txt, and class3.txt. The program displays the information in the file and allows the user to add to it. If the user adds to the file, it re-displays with the updated information.
- Python 3.8.5
- Visual Studio Code
To run: python main.py
Class 1 without adding data:
Class 2 with a new student being added: