Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salfaris/pyeasyps
EasyPS ported to Python, a personal statement framework for handling multiple university applications
https://github.com/salfaris/pyeasyps
latex latex-template personal-statement python tex university-admission
Last synced: about 8 hours ago
JSON representation
EasyPS ported to Python, a personal statement framework for handling multiple university applications
- Host: GitHub
- URL: https://github.com/salfaris/pyeasyps
- Owner: salfaris
- Created: 2021-06-07T13:18:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T12:36:54.000Z (over 2 years ago)
- Last Synced: 2023-03-10T19:49:59.111Z (over 1 year ago)
- Topics: latex, latex-template, personal-statement, python, tex, university-admission
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📄 PyEasyPS
[EasyPS](https://github.com/salfaris/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.
![Screenshot](https://github.com/salfaris/EasyPS/blob/main/docs/example.png)
## Installation
```sh
git clone https://github.com/salfaris/PyEasyPS
cd ./PyEasyPS
```
Requirements:
- Python 3.9+
- pylatex 1.4.1## Running
1. Write your personal statement in `./content`;
2. Link your personal statements using `PyEasyPS.University` objects in `main.py`;
Then compile to PDF using:
```sh
python3 main.py
```