Skip to content

A simple Ruby script which helps me make SRS decks based on .csv files for studying Japanese.

Notifications You must be signed in to change notification settings

rmione/srs-deck-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deck Helper

This is a simple command line script hat helps me make Anki decks while studying different languages, specifically Japanese.

When transcribing the meaning of a word or a kanji, etc from a textbook I found it clumsy to use the Anki app to make cards in bulk. Using this I just have to make an excel/google sheets file, save it as a .csv and then run the script which is a lot more convenient.

This makes some very pretty and easy to read, as well as information-dense flash cards that I have found very helpful to study with.

Usage

In the root directory, when you have a valid .csv. In your terminal of choice, type:

Note: the Deck name must be the same as your target This may change but for simplicity's sake this is how it works right now.

# Assuming there is a .csv in the root directory called "target.csv"
ruby main.rb -c "target.csv" 

The .csv file can have many different layouts as the program does work around this, but here is one example of a file one might use:

About

A simple Ruby script which helps me make SRS decks based on .csv files for studying Japanese.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages