From 4e7b6788d4f8fc9095020d8678b2ef6218f00080 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sat, 24 Dec 2016 10:42:05 -0800 Subject: [PATCH] Added CSV conversion script. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30530920..8b147626 100644 --- a/README.md +++ b/README.md @@ -26,21 +26,23 @@ It uses: ## Important Note -**I don’t recommend my flash card set.** - The set included in this project (**cards-jwasham.db**) is not my full set, and is way too big already. -Thanks for asking for my list of 1,792 cards. But it’s too much. I even printed them out. It’s 50 pages, front and back, in tiny text. It would take about 8 hours to just read them all. - -**If you look at my set, you’ll just get discouraged.** +Thanks for asking for my list of 1,792 cards. But **it’s too much.** I even printed them out. It’s 50 pages, front and back, in tiny text. It would take about 8 hours to just read them all. -My set includes a lot of obscure info from books I’ve read and machine learning knowledge. +My set includes a lot of obscure info from books I’ve read, Python trivia, machine learning knowledge, assembly language, etc. I've added it to the project if you want it (**cards-jwasham-extreme.db**). You've been warned. Please make your own set, and while you’re making them, only make cards for what you need to know. Otherwise, it gets out of hand. -Don't be like me. +## How to convert to Anki or CSV + +If you don't want to run a server, you can simply use Anki or a similar service/app. Use this script to convert from my sets (SQLite .db file), or yours, to CSV: + +https://github.com/eyedol/tools/blob/master/anki_data_builder.py + +Thanks [@eyedol](https://github.com/eyedol) ## How to run it on a server