This project is an example of how can you get and control the data in sql using python in a beginner's project
- Python Version 3.x - to support "sqlite3" /
import sqlite3
- Clone the file in your PC and keep note of the destination its stored
- Open terminal
- Change the directory of the terminal to the dir where the file got stored
- Using python run "python student_record_system.py" in the terminal
- The Data you provide is stored in the same directory as the python file as "students.db" as binary
- To view the datas, export the file as CSV using the program
- The CSV file will be present in the same directory as the python file as "students_export.csv"
- To see the data, type "students_export.csv" in the terminal as a command
- The Data will be opened in your default text editor
- Have Fun Learning !!!✨