kindle manager

This commit is contained in:
gavin
2020-06-15 21:28:17 +08:00
parent 7cb8e61519
commit 956e68f551
8 changed files with 73 additions and 18 deletions

View File

@@ -84,10 +84,12 @@ b['1']['2'] = {'3':1} # OK
## learn lesson
---
# feature list
- first abstract from kindle hard / local directory for different OS **done**
- add GUI use QT **done**
- use thread to check kindle connection status **XXXX**
- use thread to check kindle connection status **done**
- import function:
- local **done**
- kindle **done**
@@ -101,7 +103,7 @@ b['1']['2'] = {'3':1} # OK
- onenote
- txt **done**
- markdown **done**
- easily coly filter notes to clipboard
- easily copy filter notes to clipboard
- implement command line based on [argparse](https://www.jianshu.com/p/a41fbd4919f8)
- mobi / epub reader **XXXX**
- import .azw3/.epub/.mobi file to kindle
@@ -117,3 +119,4 @@ b['1']['2'] = {'3':1} # OK
- sync modify to kindle device
- compare parse html info with xpath & beautisoap & regex