GithubHelp home page GithubHelp logo

ifgitcode / kindle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muzi502/kindle

0.0 0.0 0.0 6.5 MB

kindle 标注笔记

Home Page: https://ifgitcode.github.io/kindle/

HTML 10.16% Python 78.13% CSS 11.71%

kindle's Introduction

项目说明

这是一个使用 Python 语言编写的小工具,用于将 Kindle 标注笔记文件 My Clippings.txt 转换成 html 文件。fork 自 muzi502/kindle,预览网站 github.io/kindle/

使用说明

  • 1、从 kindle 中拷贝出标注文件 My Clippings.txt,重命名为 source.txt。
  • 2、下载本项目源码,使用你的 source.txt 进行替换。
  • 3、在 Python3 环境下执行 python3 kindle.py 指令,等待生成网页文件。
git clone https://github.com/muzi502/kindle
cd kindle
cat /your/path/My Clippings.txt > source.txt
python3 kindle.py

相关脚本

在 Windows 环境下可以使用 .bat 脚本来自动复制 My Clippings.txt 文件到相应的位置。根据自己的环境修改相应的变量即可。

set src="G:\documents\My Clippings.txt" 
set dist=F:\MykindleText\kindle-master\source.txt
set pngsrc=G:\*.png
set pngdist=F:\MykindleText\kindle-master
copy /Y  %src% %dist%
copy /Y %pngsrc% %pngdist%

kindle's People

Contributors

muzi502 avatar github-actions[bot] avatar ifgitcode avatar

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.