Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-star/new-codestar-media
https://github.com/code-star/new-codestar-media
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-star/new-codestar-media
- Owner: code-star
- Created: 2024-04-12T12:05:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T15:16:03.000Z (2 months ago)
- Last Synced: 2024-10-22T01:51:30.595Z (2 months ago)
- Language: Python
- Homepage: https://code-star.github.io/new-codestar-media/
- Size: 3.17 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](./animated/animated_dark.svg#gh-dark-mode-only)
![](./animated/animated_light.svg#gh-light-mode-only)---
# New Codestar Logo Media Repo
## Installing
To install the Python 3 dependencies, run:
```sh
pip install -r scripts/requirements.txt
```## Regenerating
To re-generate all the logos (if the master logo was modified), run:
```sh
rm -rf logos
python scripts/process.py
python scripts/convert.py
```