Motivation:

As mentioned in my previous post I have taken too long to initiate on german grammar, as I thought it was not as important. I wasn’t aware that the german articles can switch gender according to case(the articles die become der in dative and genitiv!) and now I ended up learning several words as masculine when in reality they are feminim.
It is indeed a commom problem among german learners, as the plurals in german do not obbey any rule, and the genders are so important for the formation os cases (dative, genitiv, etc.). As the only previous deck I could find with this content carried several mistakes, I decided to implement my own.

This deck:

This deck is not intended to learn the meaning of words, instead to learn to retrieve the gender and plural of each german noun(although it contains the english translation). It contains more than 2 thousand german nouns.
The audio is included on my template, all you need is to have awesomeTTS installed and access to internet.
And here is the anki deck to download!
Since they came from an automatic parsing the deck is expected to contain a few mistakes. I have corrected manually the ones I could find, But I count on german learning comunity to help me check the rest of the deck. Please email me if you find any errors so I can update the deck right away.

Implementation:

The list of nouns and the translations came from this book: A Frequency Dictionary of German
But I got them already parsed from this other deck: A Frequency Dictionary of German
I used python to parse the flashcards and beautifulsoup to scrap the information about the plurals, taken from this website: Verbformen
Check the code at my github!
The code can be easily adapted to create flashcards in other languages.