This project should only be used for educational purposes in order to learn more about Python and PyQt5. Any commercial use is strictly prohibited.
A Kindle assistant, Kindle's best partner
Developed by a software developer, who just so happens to be a Kindle enthusiast, during his spare time.
KHelper is a book-finding software that (for the time being) allows you to search for books on three websites. The interface was developed using PyQt5 so it's relatively simple, yet it's simplistic interface doesn't hinder the program's effectiveness.
This application is open source and free. It should only be used to learn about Python and technology in general. The search results come from the websites this program uses, and no responsibility is assumed.
- 📖Filter out annoying ads in the process of finding books
- ❌Filter out some invalid links from the website(s)
- ⏬Download support
✈️ Push support
Download the respective version for your environment from Github Releases
git clone https://github.com/Peach-Coding/KindleHelper.git
pip install -r requirements.txt
python src\kindleHelper.py
pip install py2app
python3 -m setup.py py2app
pip install pyinstaller
pyinstaller src\kindleHelper.spec
- Implement more websites
If you're interested in participating in this project, forks and PR's are welcome!
Based on the GPLv3 license open source license.
- If it's made publicly accessible on the internet, it must be open source.
- Can't be used for profit and no forms of advertisement are allowed.
- Indicate the source of the original project.
- Inherit these principles on your project.