Metadata-Version: 2.1
Name: uol-grades-calculator
Version: 0.13.1
Summary: Grades calculator for the BSc Computer Science at the University of London
Home-page: https://github.com/sglavoie/uol-grades-calculator
Author: Sébastien Lavoie
Author-email: sebastien@lavoie.dev
License: MIT
Project-URL: Documentation, https://uol-grades-calculator.readthedocs.io
Project-URL: Source, https://github.com/sglavoie/uol-grades-calculator
Project-URL: Tracker, https://github.com/sglavoie/uol-grades-calculator/issues
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Education
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: test
Provides-Extra: all
License-File: LICENSE

# Grades Calculator

[![PyPi](https://img.shields.io/pypi/v/uol-grades-calculator.svg)](https://pypi.python.org/pypi/uol-grades-calculator) [![Documentation Status](https://readthedocs.org/projects/uol-grades-calculator/badge/?version=latest)](https://uol-grades-calculator.readthedocs.io/en/latest/?badge=latest)

This tool is all about getting information and generating insights from the progress made in a [BSc Computer Science at the University of London](https://london.ac.uk/courses/computer-science) (calculations are specific to this particular degree).

Just starting out? You're one command away from being able to get going!

![generate_sample_dark](./docs/_static/images/generate_sample_dark.png)
![generate_sample_light](./docs/_static/images/generate_sample_light.png)

Want to find out if there are any rounding issues (large or small...) with your grades? Easy!

![check_score_dark1](./docs/_static/images/check_score_dark1.png)
![check_score_light1](./docs/_static/images/check_score_light1.png)
![check_score_dark2](./docs/_static/images/check_score_dark2.png)
![check_score_light2](./docs/_static/images/check_score_light2.png)

Want to see how you are doing (academically at least)? Get an overview. \*

![summarize_all_dark](./docs/_static/images/summarize_all_dark.png)
![summarize_all_light](./docs/_static/images/summarize_all_light.png)

\* The above grades may or may not reflect actual results. Your mileage will vary.

Fancy some visual output? Show it in a single step with `ugc plot modules`!

![plot_output1](./docs/_static/images/plot_output1.png)
![plot_output2](./docs/_static/images/plot_output2.png)

In order to use it, please [refer to the documentation](https://uol-grades-calculator.readthedocs.io/).
