GitXplorerGitXplorer
L

KindleHelper

public
427 stars
61 forks
4 issues

Commits

List of commits on branch master.
Verified
efe5c007d59252e8b3d6baa2a71a55fc6202e465

Update README.md

LLeetaoGoooo committed 2 years ago
Verified
5a4a8e3f2f711c29af456615a02e0511a15be7ce

Bump cryptography from 3.2 to 39.0.1 (#29)

ddependabot[bot] committed 2 years ago
Verified
b4b1b7cdb6a2727d337372240734ecb7df78a27d

Update README.md

LLeetaoGoooo committed 2 years ago
Verified
c09fc4961771e3ac4b8af1ca58bd1bece31188ea

Update README.md

LLeetaoGoooo committed 2 years ago
Verified
8c5ca449353005673b5bd2888db824f206eb08fd

Bump certifi from 2020.6.20 to 2022.12.7 (#28)

ddependabot[bot] committed 2 years ago
Verified
63e90a80f174d6d33a8bbc015018728a4ce5e16e

Bump aiohttp from 3.6.2 to 3.7.4 (#20)

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

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. 继承相同协议