Skip to content

Instantly share code, notes, and snippets.

View AlexApps99's full-sized avatar

AlexApps99

  • NZ
  • 04:57 (UTC +12:00)
View GitHub Profile
@AlexApps99
AlexApps99 / create_rtk_deck.py
Created December 14, 2020 05:04
Generate an Anki deck from a PDF file of Remembering the Kanji 1, 6th edition
#!/usr/bin/env python3
# By AlexApps99
# This Python script will generate an Anki deck from a PDF file of Remembering the Kanji 1, 6th edition.
# To use it, just use the command "python3 create_rtk_deck.py RTK.pdf RTK.apkg"
# Feel free to customize/modify it however you want, public domain code.
# There is unused functionality for getting stories/text too.
# If you have any questions on how to use this feel free to contact me.
# Dependencies:
# - genanki
# - beautifulsoup4