/GridMaker

A simple python script to turn URLs of images to a stitched grid.

Primary LanguagePythonApache License 2.0Apache-2.0

GridMaker

Buy Me a Coffee at ko-fi.com

A simple python script to turn URLs of images to a stitched grid.

Usage

  1. Create a JSON file/list in the following format:

    [
        "https://url0.xyz/image0",
        "https://url1.xyz/image1",
        ...
    ]
  2. Run the program:

    $ python gridmaker.py
  3. Enter the required values (if you are not using parameters):

    === GridMaker 1.0 ===
    Location of the JSON list:  list.json
    Output file path (with the name of the file): grid.jpg
    Width of a single grid item (min 10): 100
    Height of a single grid item (min 10): 100
    Horizontal size of the grid image (min 2): 16
    Vertical size of the grid image (min 2): 9