mooey5775 / gradescope

A Python library to fetch Gradescope grade reports

Home Page:https://pypi.org/project/gradescope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gradescope

This is a Python utility library for Gradescope.

This library is a subset of a library created by Jérémie Lumbroso, licensed under the LGPL3 license. You can find this library here: https://github.com/jlumbroso/pylifttk.

Configuration file

The config.yaml file contains Gradescope credentials.

gradescope:
  username: "" # credentials for https://gradescope.com
  password: ""

Example

Coming soon!

About

A Python library to fetch Gradescope grade reports

https://pypi.org/project/gradescope/

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%