https://github.com/aloisklink/cmee-poster-labeler
Adds a label to a PDF poster for the CMEE Showcase
https://github.com/aloisklink/cmee-poster-labeler
Last synced: 2 months ago
JSON representation
Adds a label to a PDF poster for the CMEE Showcase
- Host: GitHub
- URL: https://github.com/aloisklink/cmee-poster-labeler
- Owner: aloisklink
- License: mit
- Created: 2020-01-16T18:46:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T12:42:28.000Z (over 5 years ago)
- Last Synced: 2025-03-15T09:05:24.949Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmee-poster-labeler
Adds a label to a PDF poster for the CMEE Showcase.
## Installation
This project requires Poetry and Python3.
Python3 can be installed from https://www.python.org/downloads/.
Poetry can be installed from https://python-poetry.org/docs/#installation.Afterwards, open this folder in your terminal, and run
`poetry install` to install the Python packages this project needs.## Usage
Use `poetry run python3 cmee-poster-labeler.py INPUT_DIR OUTPUT_DIR` to run
this project, replacing INPUT_DIR with the name of the folder containing
all the A1 PDFs named `W01.pdf`, `W02.pdf`, etc.The PDFs will have their number written on the bottom right in the folder given
by OUTPUT_DIR.**WARNING:** You need the font `LSANS.TTF` on your computer, this is usually
only avaiable on Windows computers.### Example:
```bash
poetry run python3 cmee-poster-labeler.py "./My-Input-Folder" "./My-Output-Folder"
```