The most simple photo organizer ever! :p
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Python 3.x
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
Turn script executable:
chmod +x photo-organizer.py
Call script inside a folder with photos:
./photo-organizer.py .
To run a test, call the script inside a folder with photos.
python photo-organizer.py .
For Windows in Context Menu:
- To generate photo-organizer.exe file to run on Windows.
pyinstaller -w -F photo-organizer.py
- Add the keys on Registry or run photo-organizer.reg.
- Copy .exe file on C:\Program Files\Photo Organizer
- Add C:\Program Files\Photo Organizer in the Path on Windows Environment Variable.
Feel free to submitting pull requests to us.
This project is licensed under the GNU General Public License.
- First steps in Python language
- Create simple and useful things
- Build code for Código Fonte TV, our Youtube Channel.