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.
UI:
Install the required packages with pip install -r requirements.txt
Run pyinstaller --onefile --windowed collage_app.py --name SimpleCollage
to create the executable.