Skip to content

simpeg/collage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collage: build image of SimPEG contributors

Install

Install it with pip directly from the repo:

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:

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:

collage \
  --ignore thibaut-kobold \
  --ignore cgohlke \
  --add leonfoks \
  --ncols 8 \
  --fontsize 24 \
  image.png

License

Released under the MIT License.