About automate_teaching
¶
automate_teaching
is a Python package with utilities to assist educators, particularly in higher education, with tasks such as managing homework, creating multiple choice exams, sending emails, interacting with Google Calendar, and working with LaTeX files. The utilities for interacting with Gmail and Google Calendar may be useful in contexts outside of education.
Capabilities include:
Send and manage Gmail messages.
Add, find, and delete Google Calendar events.
Manage and format homework answers for Gradescope.
Tools for creating multiple choice exams.
Compile LaTeX files and create handouts for Beamer slides.
Convert Jupyter Notebooks to Python scripts or HTML files.
Installation¶
Install automate_teaching
from PyPI with the shell command:
pip install automate_teaching
Or download the source for version 0.0.3 here: https://github.com/letsgoexploring/automate_teaching/blob/gh-pages/dist/automate_teaching-0.0.3.tar.gz.