Download all your Assassin's Creed Photo Mode images from the Ubisoft website.
If you don't want to install Python, you can use the standalone .exe:
- Download & run the latest .exe from the Releases page.
- A Firefox window will open - log in to your Ubisoft account.
- Once logged in, return to the terminal and press Enter.
- The script will reload the page and download each photo.
📁 The photos will be saved in a folder named:
Assassin's Creed <Game Name> - My Photos
Note: If any photo fails to download, its URL will be printed so you can download it manually.
- Clone the repo
git clone https://github.com/smile4blitz/assassins-creed-photo-downloader.git
cd assassins-creed-photo-downloader
- Create and activate a virtual environment
python -m venv venv
# Windows:
venv\Scripts\activate
# macOS/Linux:
source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Run the script:
python assassins-creed-photo-downloader.py
- A Firefox window will open - log in to your Ubisoft account.
- Once logged in, return to the terminal and press Enter.
- The script will reload the page and download each photo.
📁 The photos will be saved in a folder named:
Assassin's Creed <Game Name> - My Photos
Note: If any photo fails to download, its URL will be printed so you can download it manually.
MIT License
Disclaimer: This tool is unofficial and not affiliated with or endorsed by Ubisoft. All trademarks and logos are the property of their respective owners.