Skip to content

Python Script to stamp photos with captions and date taken, all this for your old school photo frame

License

Notifications You must be signed in to change notification settings

nickjvturner/Captioneer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captioneer

Stamp your photos with captions and photo taken date, so that this information can be displayed when presented using a digital photo frame.

Requirements

Python3 Pillow

Install Pillow

Installation Instructions

macOS
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow

Usage

Captioneer expects the following folder structure:

+-- root folder
	+-- captioneer.py
	
	+-- folder 1
		+-- picture 1.jpg
		+-- picture 2.jpg
		+-- picture 3.jpg
	+-- folder 2
		+-- picture 1.jpg
		+-- picture 2.jpg
		+-- picture 3.jpg
	+-- folder 3
		+-- picture 1.jpg
		+-- picture 2.jpg
		+-- picture 3.jpg

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Python Script to stamp photos with captions and date taken, all this for your old school photo frame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published