You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
test-quilts | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
quilt.py | 7 months ago |
README.md
Quilt art wall generator
To create collages of quilt.
Provided a list of files (or a glob pattern), the scripts reads quilt art from those files and collages them into a desired grid shape.
Config
-
The location of the quilt files given as a glob pattern
QUILT_FIlES_GLOB = "/home/*/.quilt"
-
The dimension that needs to be cropped to from the individual quilts:
(rows, columns)
QUILT_DIMENSION = (10,10)
Usage
The python binary should be the appropriate python version with 3.9
or higher
python quilt.py