This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |