Skip to content

PracplayLLC/sendKindle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendKindle


No Maintenance Intended

this is a fork of kparal's sendKindle. it has the same features but it will warn + ignore missing password, rather than requiring you to enter one. (this is appropriate for other forms of smtp relay authentication.) small but useful change. thanks for @kparal for original work, still a useful piece of software.


CLI tool for sending files via email to your Kindle device.

Running

You can run the tool directly simply by:

$ ./sendKindle.py FILE...

or by:

$ python3 sendKindle.py FILE...

(use --help option of course if you don't know this tool yet)

Installation

You can install this tool using distutils, easy_install or pip and have it in your PATH that way.

The recommended way:

# pip3 install --user sendKindle

That will find, download and install the latest available version of the program.

License

This program is a free software, licensed under GNU AGPL 3+.

Donations

If you like this program, please Flattr it.

http://api.flattr.com/button/flattr-badge-large.png

Contact

Visit program homepage at: https://github.com/kparal/sendKindle

Please report all bugs to the issue tracker, but don't request new features unless you have a patch for it. This is a small personal project and I don't plan to spend much more time on it. I will gladly merge your patches if they look reasonable.

About

CLI tool for sending files via email to your Amazon Kindle device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%