文件名称:LeetCode-Anki:用Anki的力量击败LeetCode
文件大小:8.1MB
文件格式:ZIP
更新时间:2024-06-11 18:08:32
Python
介绍 在刷LeetCode的过程中时常会遇到与之前类似的题目但是却忘记解题思路的情况。 是一个基于遗忘曲线的全平台记忆工具,支持Mac,Linux, Windows, iOS和Andorid平台。Anki是一个优秀的记忆工具,但是在使用需要手动制卡,这个过程非常繁琐且耗时。 Invest some time to automate or simplify a process to save more time in the future 本项目旨在抓取LeetCode已AC的题目,并自动生成Anki卡组帮助记忆。 抓取的数据包括: 题目标题,难度,描述。 官方题解(Premium的题解需要订阅才能抓取)。 用户AC的提交代码。 DEMO 正面 背面 示例 使用 首先Clone仓库并安装Python依赖 git clone https://github.com/Peng-YM/LeetCod
【文件预览】:
LeetCode-Anki-master
----renderer.py(3KB)
----utils.py(935B)
----main.py(259B)
----requirements.txt(101B)
----demo()
--------back.JPG(542KB)
--------front.JPG(485KB)
----LICENSE(34KB)
----README.md(2KB)
----crawler.py(10KB)
----database.py(2KB)
----project.conf(168B)
----data()
--------LeetCode.apkg(288KB)
----templates()
--------front-side.html(4KB)
--------back-side.html(1KB)
--------style.css(1KB)
----.gitignore(2KB)
----vendor()
--------chromedriver(14.99MB)