Skip to content

Commit 4af45b7

Browse files
committed
Create README.md
1 parent 4953524 commit 4af45b7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# iosTransferGUI
2+
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.
3+
4+
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)).
5+
6+
# Setup
7+
* Libimobiledevice >= 1.2 is required to connect with recent versions of iOS.
8+
* [Ifuse](https://github.com/libimobiledevice/ifuse) >= 1.1.3 is required for app itunes-file-sharing support with --documents.
9+
* Python-plist and Python-imobiledevice packages should be installed.
10+
11+
# Features
12+
* Drag and drop books to iBooks
13+
* Mount itunes-file-sharing-compatible apps to transfer files to/from device.
14+
* Screenshot and save tif image file.
15+
* View device details.
16+
17+
# Usage
18+
* Download with the "Download Zip" link, or git checkout the repository.
19+
* Run TransferGUI.py

0 commit comments

Comments
 (0)