Important
- You have to make sure that you have the following tools installed on your system:
- Python 3.8 or higher - Install Instructions
- Git - Install Instructions
Here are simple instructions to clone the GitHub repository, create a Python virtual environment, install dependencies, and run the main script.
Find below the needed steps:
git clone https://github.com/jaimetur/PhotoMigrator.gitcd PhotoMigratorpython -m venv venv- On Linux / MacOS:
source venv/bin/activate - On Windows (Command Prompt):
venv\Scripts\activate
- On Windows (PowerShell):
venv\Scripts\Activate.ps1
pip install -r requirements.txt
pip install -e .Open the file Config.ini included in the package with any text editor and update it with your credentials and settings.
For more information, refer to Configuration File.
python ./src/PhotoMigrator.py -hOr if you prefer to execute the tool directly from the built package just use:
photomigrator -hI hope this can be useful for any of you.
Enjoy it!
(c) 2024-2026 by Jaime Tur (@jaimetur).