https://github.com/simpeg/collage
Generate collage image of SimPEG contributors
https://github.com/simpeg/collage
Last synced: 6 months ago
JSON representation
Generate collage image of SimPEG contributors
- Host: GitHub
- URL: https://github.com/simpeg/collage
- Owner: simpeg
- License: mit
- Created: 2024-04-12T16:40:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T21:20:18.000Z (about 2 years ago)
- Last Synced: 2024-06-11T17:30:20.840Z (about 2 years ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collage: build image of SimPEG contributors
## Install
Install it with pip directly from the repo:
```sh
pip install git+https://github.com/simpeg/collage
```
## How to use
Run the `collage` command to generate the image, passing the path to the output
image as argument. For example:
```sh
collage image.png
```
Explore the available options with `collage --help`.
## Examples
### April 2024
Running this helped to generate a nice looking and updated version of the
SimPEG contributors:
```sh
collage \
--ignore thibaut-kobold \
--ignore cgohlke \
--add leonfoks \
--ncols 8 \
--fontsize 24 \
image.png
```
## License
Released under the [MIT License](LICENSE).