This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# getColeman.py - grab Dr. Rick Coleman's lecture slides for the day and combine into a PDF | |
# | |
# made by Dayton Hasty | |
# | |
# (you may need to pip install fpdf) | |
# | |
import os | |
import requests |
OlderNewer