🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

gradedb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1.0.2
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts