Skip to content

Reads a file containing student information and provides the opportunity to add a student's information to the file.

Notifications You must be signed in to change notification settings

dunntooni/Student-File-Reader

Repository files navigation

Overview

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.

Development Environment

  • Python 3.8.5
  • Visual Studio Code

Execution

To run: python main.py
Class 1 without adding data: Class 1 with no data added Class 2 with a new student being added: Class 2 with added data

Useful Websites

  1. Python Reference
  2. Stack Overflow Python Questions
  3. W3Schools Python Tutorial

About

Reads a file containing student information and provides the opportunity to add a student's information to the file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages