Thanks for putting this together, it's a really great idea and I'm glad you're sharing it with everyone.
I've been able to generate a .csv with all the cards from the learning guide, but I'm having trouble with the last step where tag_deck.py is supposed to take this .csv and tag an .apkg file. I've never manipulated .apkg files from a python program before, so I'm not really sure how this is supposed to work. When I run tag_deck.py <cards.csv> <deck.apkg>, there are no errors, but nothing happens.
Any help would be greatly appreciated.
Thanks for putting this together, it's a really great idea and I'm glad you're sharing it with everyone.
I've been able to generate a .csv with all the cards from the learning guide, but I'm having trouble with the last step where
tag_deck.pyis supposed to take this .csv and tag an .apkg file. I've never manipulated .apkg files from a python program before, so I'm not really sure how this is supposed to work. When I runtag_deck.py <cards.csv> <deck.apkg>, there are no errors, but nothing happens.Any help would be greatly appreciated.