https://github.com/samzhang02/mcgill-exam-parser
Small python script to parse McGill University's final exams schedule into a json
https://github.com/samzhang02/mcgill-exam-parser
Last synced: 12 months ago
JSON representation
Small python script to parse McGill University's final exams schedule into a json
- Host: GitHub
- URL: https://github.com/samzhang02/mcgill-exam-parser
- Owner: SamZhang02
- Created: 2025-02-27T19:12:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T19:15:00.000Z (over 1 year ago)
- Last Synced: 2025-06-24T09:17:49.416Z (12 months ago)
- Language: Python
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# McGill Exam Parser
A small python tool to parse McGill University's final exams schedule into a json
## Prerequisites
[uv](https://github.com/astral-sh/uv)
## Running
Simply run with
```
uv run main.py
```
Or directly use my output `exams.json`