https://github.com/programmin1/iostransfergui
Simple GTK GUI program to transfer books to iPad, share files to/from compatible apps, and screenshot iDevices. Tested on Ubuntu with libimobiledevice 1.2.
https://github.com/programmin1/iostransfergui
hacktoberfest ios ipad libimobiledevice linux
Last synced: 7 months ago
JSON representation
Simple GTK GUI program to transfer books to iPad, share files to/from compatible apps, and screenshot iDevices. Tested on Ubuntu with libimobiledevice 1.2.
- Host: GitHub
- URL: https://github.com/programmin1/iostransfergui
- Owner: programmin1
- License: gpl-2.0
- Created: 2015-11-29T05:55:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T08:17:59.000Z (over 9 years ago)
- Last Synced: 2025-04-04T15:50:52.378Z (10 months ago)
- Topics: hacktoberfest, ios, ipad, libimobiledevice, linux
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iosTransferGUI
Simple GTK GUI program to transfer books to iPad, share files to/from compatible apps, and screenshot iDevices. Tested on Ubuntu with libimobiledevice 1.2.
This simple application builds upon the work of [Book2Pad](https://github.com/rk700/book2pad), [Ifuse](https://github.com/libimobiledevice/ifuse) and [Libimobiledevice](http://www.libimobiledevice.org/) and their Python bindings (Thanks Zhou Hao for the [examples](https://github.com/upbit/python-imobiledevice_demo)).
# Setup
* Libimobiledevice >= 1.2 is required to connect with recent versions of iOS.
* [Ifuse](https://github.com/libimobiledevice/ifuse) >= 1.1.3 is required for app itunes-file-sharing support with --documents.
* Python-plist and Python-imobiledevice packages should be installed.
# Features
* Drag and drop books to iBooks
* Mount itunes-file-sharing-compatible apps to transfer files to/from device.
* Screenshot and save tif image file.
* View device details.
# Usage
* Download with the "Download Zip" link, or git checkout the repository.
* Run TransferGUI.py