Skip to content

Wermat159/grades_extract_and_calculate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grades Mean Calculator

Compatibility

  • This program runs on python 3.10

Features

  • Extract grades from text files (and more formats to come)
  • Calculate sum and mean of grades.

Usage:

Note

Make sure you are in the correct directory.

Windows

  • Open the command prompt.
git clone https://github.com/Wermat159/grades_extract_and_calculate.git
cd grades_extract_and_calculate
python main.py

For Debian-based GNU/Linux distributions

  • Open up your terminal
git clone https://github.com/Wermat159/grades_extract_and_calculate.git
cd grades_extract_and_calculate
python main.py

For MacOS

  • Open up your terminal
git clone https://github.com/Wermat159/grades_extract_and_calculate.git
cd grades_extract_and_calculate
python main.py

TODO

  • Take file location as input.
  • Extract values from JSON format.
  • Extract values from Excel format.
  • Extract values from Word format.
  • Extract values from PDF format.

About

Calculate grade means (mainly for bell curve)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages