EasyPS is a simple and easy-to-use personal statement LaTeX framework. This solves the problem of messy and duplicated tex files when writing personal statements for multiple universities.
PyEasyPS then provide a high-level Python API to use EasyPS.
git clone https://github.com/salfaris/PyEasyPS
cd ./PyEasyPS
Requirements:
- Python 3.9+
- pylatex 1.4.1
- Write your personal statement in
./content
; - Link your personal statements using
PyEasyPS.University
objects inmain.py
; Then compile to PDF using:
python3 main.py