https://github.com/pradishb/iphone-sync
An open source CLI script for Windows to backup photos from your iPhone
https://github.com/pradishb/iphone-sync
apple backup iphone photos sync windows
Last synced: about 2 months ago
JSON representation
An open source CLI script for Windows to backup photos from your iPhone
- Host: GitHub
- URL: https://github.com/pradishb/iphone-sync
- Owner: pradishb
- License: mit
- Created: 2025-03-23T07:55:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T06:35:18.000Z (about 1 year ago)
- Last Synced: 2025-09-21T05:32:45.414Z (9 months ago)
- Topics: apple, backup, iphone, photos, sync, windows
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iphone-sync
An open source CLI script for Windows to backup photos from your iPhone
## Features
- Only sync new files
- File verification after copy
## Installation
You can install the package via pip:
```
pip install iphone-sync
```
## Usage
```
iphone-sync PATH_TO_OUTPUT_FOLDER
```
## Example
```
iphone-sync C:\Backup
```
```
🔍 Scanning folders...
📁 202503_a: 100%|██████████████████████| 33/33 [00:05<00:00, 6.47it/s]
✅ All Done!
```
## Future Plans
- Make opencv and pillow dependency optional
## License
This project is licensed under the terms of the MIT license.