Skip to content

Script to create a photo collage from photos from Instagram or Flickr.com

Notifications You must be signed in to change notification settings

melehin/photocollage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Instagram and Flickr.com photo collage maker (public photos only)

Install

git clone https://github.com/melehin/photocollage.git
cd photocollage
pip install -r requirements.txt

Usage

python photocollage.py [-h] --count COUNT [--procs PROCS] --cell_size CELL_SIZE --ratio RATIO [--login LOGIN] [--out OUT]

LOGIN = @login for switch from Flickr to Instagram mode

Example

Recent photos from Flickr

python photocollage.py --count=50 --cell_size=100 --ratio=10x5 --procs=2

by Instagram.com nickname to save to file result-insta.jpg

python photocollage.py --count=50 --cell_size=100 --login=@instagram --ratio=10x5 --procs=2 --out=result-insta.jpg

Instagram result

by Flickr.com nickname to save to file result-image.jpg

python photocollage.py --count=50 --cell_size=100 --login=tekfx --ratio=10x5 --procs=2 --out=result-image.jpg

Flickr result

About

Script to create a photo collage from photos from Instagram or Flickr.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages