Skip to content

Smile4Blitz/assassins-creed-photo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assassin's Creed Photo Mode Downloader

Download all your Assassin's Creed Photo Mode images from the Ubisoft website.

🛠 Requirements

💻 Windows Executable (No Python Needed)

If you don't want to install Python, you can use the standalone .exe:

  1. Download & run the latest .exe from the Releases page.
  2. A Firefox window will open - log in to your Ubisoft account.
  3. Once logged in, return to the terminal and press Enter.
  4. 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.

⚙️ Manual Setup

  1. Clone the repo
git clone https://github.com/smile4blitz/assassins-creed-photo-downloader.git
cd assassins-creed-photo-downloader
  1. Create and activate a virtual environment
python -m venv venv

# Windows:
venv\Scripts\activate
# macOS/Linux:
source venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the script:
python assassins-creed-photo-downloader.py
  1. A Firefox window will open - log in to your Ubisoft account.
  2. Once logged in, return to the terminal and press Enter.
  3. 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.

🧾 License

MIT License

Note

Disclaimer: This tool is unofficial and not affiliated with or endorsed by Ubisoft. All trademarks and logos are the property of their respective owners.