Code Monkey home page Code Monkey logo

kindlehelper's Introduction

KindleHelper

English Version

Follow My Twitter

本项目仅供学习用途,帮助大家熟悉爬虫以及PyQt5,严禁任何商业用途的使用,

kindle 助手,kindle 最好的伙伴

一款帮助你找书的软件🔧

Version Python Version Support Platforms

一个兴趣使然的桌面应用开发者,一个 Kindle 爱好者,利用业余时间开发了 KHelper。

KHelper 是一款找书的软件,目前支持三个站点的搜索。界面使用 PyQt5 开发的所以相对比较简单,但是完全不影响使用。

📢免责声明

本应用开源且免费,仅用于爬虫技术交流学习,搜索结果均来自源站,亦不承担任何责任

✨特点

  1. 📖过滤掉找书过程中烦人的广告
  2. ❌过滤到网站的一些无效链接
  3. ⏬支持下载
  4. ✈️支持推送

💻应用界面

KHelper

⚒安装下载

Github Releases下载对应平台

⌨️本地开发

克隆代码

git clone https://github.com/Peach-Coding/KindleHelper.git

安装依赖

pip install -r requirements.txt

开发模式

python src\kindleHelper.py

打包

macOS

pip install py2app
python3 -m setup.py py2app

Windows、Linux

pip install pyinstaller
pyinstaller src\kindleHelper.spec

☑️ TODO

更多其他的站点

🤝 参与共建 PRs Welcome

如果你有兴趣参与共同开发,欢迎 FORK 和 PR。

📜 开源许可

基于 GPLv3 license 许可进行开源。

  1. 如果要在网络上分发,那么必须开源
  2. 不能以盈利为目的,不能插入任何形式的广告
  3. 注明原项目出处
  4. 继承相同协议

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.