/photo-organizer

Photo Organizer made with Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.