| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This Project Help Students to analyze their progress concerning its class. This contains four main components:
This uses python3 as the main language and uses MySQL as a database.
You need to require both of them to run the project.
First, u need to install the requirements required for this project via pip (Use the virtual environment in the project folder)
git clone https://github.com/raman08/Statistical-Data-Analysis.git cd Statistical-Data-Analysis # Creating a virtual environment and activated it python3 -m venv venv source venv/bin/activate
# Installing Requirments pip install -r requirements.txt
Also, you need to create the database of your class by using tableCreator.py
Change the information where it is written change it
To create tables first create a database named STASTISTICAL_DATA_ANALYSIS in your MySQL server and then run the tableCreator.py
# Creating a database in MySQL mysql> create database STASTISTICAL_DATA_ANALYSIS; mysql> use STASTISTICAL_DATA_ANALYSIS;
# using tableCreator.py to create the table python3 tableCreator.py
# using the graphmaker file to see your performance python3 graphmaker.py
Now just enter your Rollno and your progress is displayed
Special Thanks to Srb Cheema for giving the Nith result JSON files.
| Back | FazBrowse Home | New Git URL |