- Using Google Takeout to download all your photos and videos including backed up files from Android and iOS mobile uploads (Google Photos app) or via the desktop uploader (Google Photos Backup).
- Go to https://www.google.com/settings/takeout and log in using a desktop computer
- Under 'Select data to include,' click the 'Select none' button
- Scroll down to 'Google photos' and click into the box (the check mark will be in a green box)
- Left of the box is a small down arrow; click on it
- 'Include all photo albums' is pre-selected
- If you want to select specific albums, click 'Select photo albums' and see the 'note' below. - Scroll to the bottom of the page and click 'Next'
- Choose how you want to get the data
- File type: choose Zip format
- Delivery method: Send download link by email - Click 'Create archive'
- After awhile, you'll receive an email that says your Zip file is ready to download. Download and unzip the file into a drive that has enough room to store it. The file size could be quite large depending on how many photos are in your collection.
- You can also rename the zip at this time
- Click 'Save' and specify a location to download
- Unzip the zip file
- In Windows Explorer, right-click the zip file, click 'Extract All' then 'Extract'
- When unzipping is finished, you may delete the zip file
- Photo Takeout
- Apple Photos Takeout
- Photos Takeout Price
- Google Photos Takeout Github
- Google Photos Takeout Metadata
Hello, I wish to leave Google photos, and I have downloaded all my photos using Google Takeout. Now I have a boatload of folders containing both json files (that I think contains exif data) and images. Delivery & Pickup Options - 87 reviews of Tom's Take Out 'From burgers and the BBQ Beef to home made tacos (dorados) and Chili Cheese Fries, this is the best lunch around. The bacon for BLTs or for breakfast is delicious, the sodas have real cherry, vanilla, or chocolate sirup, and the lemonade, ice tea, and fruit punch give variety to your lunch. Mar 28, 2021 pip install -U google-photos-takeout-helper1.2.0; I don't know if new version fully works, so let me know if it doesn't:+1: How to use: Get all your photos in Google Takeout (select only Google Photos) pip install -U google-photos-takeout-helper; Extract all contents from your Google Takeout to one folder. I find that google takeout strips metadata from the actual photos - like date taken and location. When you import them into the Win10 Photo application, it doesn't know how to sort them by date. And I have the same problem as others, albums are lost.
Takeout does not remove photos from Google Photos. When a photo is edited in Google Photos the ZIP folder includes both the original and the edited photos. The ZIP folder also includes.json files with additional data, which can hardly be used. Your own albums should be complete.
Latest versionReleased:
Script that organizes the Google Photos Takeout archive into one big chronological folder
Project description
What is this for?
If you ever want to move from Google Photos to other platform/solution, your fastest choice to export all photos is Google Takeout
But when you download it, you will find yourself with hundreds of little folders with few photos and weird .json
files inside.What if you want to just have one folder with all photos, in chronological order? Good luck coping all of that :confused:
This script does just that - it organizes and cleans up your Takeout for you :+1:
It will take all of your photos from those tiny folders, set their exif
and last modified
, and other properties correctly, and put it in one big folder (or folders divided by a month)
- If you have new 'year folders' (that is, few folders named like 'Photos from 2012') (+albums) - use the newestversion
pip install -U google-photos-takeout-helper
- If you have old 'date folders' (that is, ton of folders named like '2012-06-23') - use version
1.2.0
pip install -U google-photos-takeout-helper1.2.0
I don't know if new version fully works, so let me know if it doesn't :+1:
How to use:
- Get all your photos in Google Takeout (select only Google Photos)
pip install -U google-photos-takeout-helper
- Extract all contents from your Google Takeout to one folder
- Run
google-photos-takeout-helper -i [INPUT TAKEOUT FOLDER] -o [OUTPUT FOLDER]
If you want your photos to be divided by a year and month, run it with --divide-to-dates
flag.
How to use for dummies (non-programming people):
Photo Takeout
This script is written in Python - but if you have Windows, and don't want to bother installing it,you can download a standalone .exe :tada:
Go to releases->latest release->assets anddownload
takeout-helper.exe
Prepare your Takeout:
If your Takeout was divided into multiple .zip
s, you will need to extract them, and move their contents into onefolder
- Open cmd, and type:
// Ps note: Don't use the '[ ]' in the command above.
Contact/errors
If you have issues/questions, you can hit me up either by Reddit, Twitter Email: google-photos-takeout-gh@niceyyyboyyy.anonaddy.com, or if you think your issue is common: Issues tab
If I helped you, you can consider donating me: https://www.paypal.me/TheLastGimbus
I spent a lot of time fixing bugs and making standalone .exe file for Windows users :sparkling_heart: - would besuper thankful for any donations
You can also send me some Bitcoin: 3GezcSsZ6TWw1ug9Q8rK44y9goWa3vTmbk
, DOGE: DTKFGSzPCDxZPQQtCTyUHbpRYy6n8fSpco
, or Monero: 43HorPVy1PTGVph3Qh3b6vVSfW2p3fH4ChjtiLVdLZw4Kw1vZUgCCcZSmfGCeEFq6bdeuF7zMutAcAcuuYFf8vEr6htBWTk
But, be aware if you move your photos on you Android phone..
Beware, that (99% of the times), if you move some files in Android, their creation and modification time is re-seted to current.
'Simple Gallery' app usually keeps original file creation time when moving and coping (but I don't guarantee it). It's also pretty cool and you can check it out:
What to do when you got rid of Google Photos? What are the alternatives?
I really recommend you using Syncthing for syncing your photos and files across devices. It does so through your local WiFi, so you're not dependend on any service or internet connection. It will also keep original file creation date and metadata, so it resolves Android issue that I mentioned before.
If you want something more centralized but also self-hosted, Nextcloud is a nice choice, but it's approach to photos is still not perfect. (And you need to set up your own server)
Guys at Photoprism are working on full Google Photos alternative, with search and AI tagging etc, but it's stil work in progress. (I will edit this when they are done, but can't promise :P ) Mission impossible 3 123movies.
Other Takeout projects
I used this tool to export my notes to markdown - you can then edit them with any markdown editor you like :)
This one saves them in format ready for Evernote/ClintaNotes:
TODO (Pull Requests welcome):
- <input type='checkbox' disabled=' /> Videos' Exif data
- <input type='checkbox' checked=' disabled=' /> Gps data: from JSON to Exif - Thank you @DalenW :sparkling_heart:
- <input type='checkbox' checked=' disabled=' /> Some way to handle albums - THANK YOU @bitsondatadev :kissing_heart: :tada: :woman_dancing:
- <input type='checkbox' disabled=' /> Windoza standalone
.exe
file - Thank you, me :kissing_heart:
Release historyRelease notifications | RSS feed
2.2.2
Apple Photos Takeout
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0b2 pre-release
2.1.0b1 pre-release
2.0.0
2.0.0rc1 pre-release
Skype for business certificate error clock settings mac. 1.2.0
1.1.0
Photos Takeout Price
1.0.1
1.0.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Google Photos Takeout Github
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size google_photos_takeout_helper-2.2.2-py3-none-any.whl (18.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes |
Filename, size google-photos-takeout-helper-2.2.2.tar.gz (16.7 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for google_photos_takeout_helper-2.2.2-py3-none-any.whl
Algorithm | Hash digest |
---|---|
SHA256 | 09e3610c3045f94ad941ccaa7a68d8b0545011e0907279901c530031dcf71944 |
MD5 | 19dcce71fdc28a39ae759f1e54c50a98 |
BLAKE2-256 | b32631b16d7019e9446615ab926e2885e7715043f2fb071fb6484b2f6fed991b |
Hashes for google-photos-takeout-helper-2.2.2.tar.gz
Google Photos Takeout Metadata
Algorithm | Hash digest |
---|---|
SHA256 | cdb9cf06af82ee1ca719c4466fb5bb6cfe82afa74b40c4c69e3e0292ad3d9363 |
MD5 | 115da0cd90ac0c7f2cceb3ccd6b6732f |
BLAKE2-256 | eebeeaa79d2527bf1efe3093d5fbf099ff8ca8ca32d9ecff44e00756df098bb1 |