GradeDB
The program that load the CSV file and use them as database. Main function is to Insert / Update / Save course and it's detail and Calculate the GPA from given CSV
Prerequisites
This program needs Python 3 and following libraries
- PyInquirer - The interactive UI for Python
- tabulate - Pretty table presentation
- pandas - The way of playing with data
- art - Used to generate ASCII art
- NBLOGIC - NBLOGIC for python by Thanawat Petchuen
Installing
First, install this project by pip
pip install gradedb
And then run the script
gradedb "filename.csv"
or use KLOGIC database (require authentication)
gradedb
Authors
License
This project is licensed under the MIT License