Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 635 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 635 Bytes

Piazza to LaTeX

Download your class's Piazza as a beautiful LaTeX PDF for offline use.

Usage

  1. Install pip and pdflatex if you don't have them already.
  2. Install the Piazza Python API with pip install piazza_api.
  3. Run the program with python piazza-to-latex.py

You will have to enter your Piazza credentials along with the class ID (https://piazza.com/class/CLASS_ID). The PDF will be saved in your current directory and should open automatically.

Known Issues

There have been some issues with symbols from encodings outside of UTF-8. A workaround is to keep pressing "enter" at the pdflatex warning prompts.