kindle manager

This commit is contained in:
gavin
2020-06-16 13:57:58 +08:00
parent 4bba155c2d
commit 301106d1dc
3 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -1,10 +1,9 @@
# kindle manager
# Kindle Manager
---
> ### 找不到趁手的APP本意自写自用兼练手零星写了几天觉得得心应手也许可以做的更好吧
<br>
后端 python, 前端GUI PySide2
![mainwindow.png](https://i.loli.net/2020/06/16/1TDvqCOnFmegUsy.png)
## CHANGE LOG
@@ -14,6 +13,7 @@
## 版权等问题
1. 对于自己笔记涉及的书会去douban/amazon爬取少量bookinfo不知算不算侵权
1. 图标来自https://findicons.com/,不知有没有版权
1. 所有code系本人码出如有借用会在注释中以refrence说明
1. 其他问题,望告知, [gavin's mail address](douboer@gmail.com)

View File

@@ -79,7 +79,7 @@ class kmanWindow(QMainWindow):
# 2. kindle(My Clippings.txt) ->
# 3. local file(config) ->
flg = 0
if os.path.exists(BACKUPNOTEFN) and os.path.exists(BACKUPWORDFN):
if os.path.exists(BACKUPNOTEFN) and os.path.exists(BACKUPWORDFN):
self.books_data = self.km.json2dict(BACKUPNOTEFN)
self.words_data = self.km.json2dict(BACKUPWORDFN)
if (len(self.books_data)*len(self.words_data[0]))>=1: