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
- Host: GitHub
- URL: https://github.com/AcidWeb/KindleButler
- Owner: AcidWeb
- License: gpl-3.0
- Archived: true
- Created: 2014-05-01T06:14:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T17:16:25.000Z (over 11 years ago)
- Last Synced: 2024-10-29T23:55:27.306Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.06 MB
- Stars: 23
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.