https://github.com/code-star/new-codestar-media
https://github.com/code-star/new-codestar-media
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-star/new-codestar-media
- Owner: code-star
- Created: 2024-04-12T12:05:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T09:10:31.000Z (about 1 year ago)
- Last Synced: 2025-01-18T11:19:01.786Z (about 1 year ago)
- Language: Python
- Homepage: https://code-star.github.io/new-codestar-media/
- Size: 3.18 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


---
# New Codestar Logo Media Repo
## Installing
To install the Python 3 dependencies, run:
```sh
brew install poetry
poetry install
```
## Generating hoodie visuals
To generate the hoodie templates, run:
```sh
poetry run python scripts/render_hoodies.py templates
```
To generate just one template, run:
```sh
poetry run python scripts/render_hoodies.py templates/name.json
```
For the SVG generation to work, you need to install Inkscape, and install all the fonts in `/fonts/`.
## Regenerating resources
To re-generate all the logos (if the master logo was modified), run:
```sh
rm -rf logos
poetry run python scripts/process.py
poetry run python scripts/convert.py
```