Skip to content

mhurk/simple-collage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Created At GitHub repo file or directory count GitHub code size in bytes GitHub language count GitHub last commit

Simple Collage

This tool creates a simple collage from a folder with images.

  • Set width and height of your collage. Height is more of an indication as this is adapted to get a nice filling.
  • Rounds the corners a bit for a better look (I think).
  • Images are sorted by filename which is often also chronological.
  • Executable for easier use.

Example output:

These are some images I took with my phone, displayed in a collage. image

UI:

image

Install the required packages with pip install -r requirements.txt

Run pyinstaller --onefile --windowed collage_app.py --name SimpleCollage to create the executable.