Tool for analyzing grading analysis data
Project description
Grading Analysis Tool
This tool was created by Mario Marku with advisement from Dr. Gary Weiss and Dr. Daniel Leeds to simplify grading data analysis for educators without requiring programming or data analytics skills. Its intuitive interface streamlines the process of exploring student and course performance data.
Prerequisites
-
Install Python 3
- Windows: https://www.python.org/downloads/windows/
- macOS: https://www.python.org/downloads/macos/
- Linux: Use your distro’s package manager or download from https://www.python.org/downloads/
-
(Recommended) Create a Virtual Environment
- This prevents conflicts with system-wide packages:
python3 -m venv venv # On Windows: venv\Scripts\activate # On macOS/Linux: source venv/bin/activate
- If you choose not to use a virtual environment (not recommended), you can install system-wide.
If pip refuses to install due to potential conflicts, add:
pip install -e . --break-system-packages
This overrides pip’s default protections, and may affect system packages.
- This prevents conflicts with system-wide packages:
Installation
- Clone or Download this Repository
git clone [https://github.com/Fordham-EDM-Lab/Grading-Analysis-Tool](https://github.com/Fordham-EDM-Lab/Grading-Analysis-Tool)
- Install Dependencies (Inside the Virtual Environment, if created)
pip install -e .
Or (if you want to bypass warnings about system packages):pip install -e . --break-system-packages
After Installation
Simply run:
grade-analysis
Or
python3 -m src.gradeAnalysisGUI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grade_analysis-1.0.3.tar.gz.
File metadata
- Download URL: grade_analysis-1.0.3.tar.gz
- Upload date:
- Size: 5.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.7 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f319918b0b5939fc4fd970ec5e66308d7bc4c6b7657af8a57329398be48b49d2
|
|
| MD5 |
93b7bc7ce390bc3f0c6e7ef4088116fe
|
|
| BLAKE2b-256 |
259bbc1a219e8bf70f3b1806786e3b33fdd4bb3ee544c2bcc7fb3944e2aea3da
|
File details
Details for the file grade_analysis-1.0.3-py3-none-any.whl.
File metadata
- Download URL: grade_analysis-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.7 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6ac88603ff37abb68083a57b402adf9de0a9f45cd55ce7f6799d73ef2c13d7f
|
|
| MD5 |
cf0ccba844f9d85d4c317f1c77634dfd
|
|
| BLAKE2b-256 |
2b9e644734903985144331044d5b5f869a1415379279fb7d97e31aba73f9c20c
|