An open API service indexing awesome lists of open source software.

https://github.com/AcidWeb/KindleButler

One click Kindle USB/SSH uploader
https://github.com/AcidWeb/KindleButler

Last synced: over 1 year ago
JSON representation

One click Kindle USB/SSH uploader

Awesome Lists containing this project

README

          

KindleButler
============

**KindleButler** is simple one click uploader that can transport MOBI/AZW3/AZW files to Kindle over USB or SSH.
Additionally it automatically handle all problems with covers and *Personal* tag on newer Kindle models.

## BINARY RELEASES
Latest **Windows** binaries are available [here](https://github.com/AcidWeb/KindleButler/releases).

## USAGE
On **Windows** just right click MOBI/AZW3/AZW file. All options should be there. If not - change file association.

Support of other OS is experimental. **KindleButler** should work but extensive testing was not performed.
There is no binary releases for **Linux/OSX**.

## USAGE - SSH
To upload book over Wi-Fi Kindle needs to be jailbroken and have fully configured USBNet hack.
User should be able to login using RSA key. Additionally **KindleButler** config file must be edited.

**Windows:** *KindleButler.ini* in program directory.

**Linux/OSX:** *~/.KindleButler*

### DEPENDENCIES:
- Python 3.3+
- [PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) 5.2.0+
- [Pillow](http://pypi.python.org/pypi/Pillow/)
- [Psutil](https://pypi.python.org/pypi/psutil)
- [Paramiko](https://pypi.python.org/pypi/paramiko/)

## CHANGELOG
####0.1
* Initial release

####0.1.1
* Added additional Kindle cleanup before upload
* Fixed processing files bigger than 100MB
* Fixed crash caused by PNG files that use RGBA palette

####0.2
* Rewritten GUI
* Added file queuing

## COPYRIGHT
Copyright (c) 2014 Pawel Jastrzebski
**KindleButler** is released under GNU General Public License. See LICENSE.txt for further details.

The application relies and includes the following scripts:
- `DualMetaFix` script by **K. Hendricks**. Released with GPL-3 License.
- `KindleUnpack` script by **M. Hannum, P. Durrant, K. Hendricks, S. Siebert, fandrieu, DiapDealer, nickredding**. Released with GPL-3 License.