Skip to content

gabrielfroes/photo-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Photo Organizer

The most simple photo organizer ever! :p

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Python 3.x

Installing

A step by step series of examples that tell you how to get a development env running

Install Python 3.x with pip

Install Pillow, a Python Imaging Library

pip install Pillow

Install PyInstaller, to generate .exe file (for Windows)

pip install pyinstaller

Running the tests

Linux, Mac OS X, BSD and most OSes except Windows

Turn script executable:

chmod +x photo-organizer.py

Call script inside a folder with photos:

./photo-organizer.py .

Windows

To run a test, call the script inside a folder with photos.

python photo-organizer.py .

For Windows in Context Menu:

  1. To generate photo-organizer.exe file to run on Windows.
pyinstaller -w -F photo-organizer.py
  1. Add the keys on Registry or run photo-organizer.reg.
  2. Copy .exe file on C:\Program Files\Photo Organizer
  3. Add C:\Program Files\Photo Organizer in the Path on Windows Environment Variable.

Contributing

Feel free to submitting pull requests to us.

Authors

  • Gabriel Froes - Initial work - Twitter
  • Vanessa Weber - Initial work - Twitter

License

This project is licensed under the GNU General Public License.

Acknowledgments

  • First steps in Python language
  • Create simple and useful things
  • Build code for Código Fonte TV, our Youtube Channel.

About

Photo Organizer made with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages