Skip to content

crazytravel/Kindler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindler

A software for sending a EBook to Kindle device

Download latest version click here

Build for desktop

pip install pyinstaller

pyinstaller --windowed Kindler.py

for macOS retina screen resolution should add below text to Info.plist

<key>NSHighResolutionCapable</key>

<string>True</string>