__init__.py (528B)
1 #!/usr/bin/python 2 # coding: utf8 3 # 4 #Shinmeikai Definitions Addon 5 # 6 #Lets the user get the shinmeikai definition for one or multiple words at once. 7 #Addon also supports RTK keywords for kanji as well as furigana for the definitions. 8 #The furigana generation uses mecab from the japanese support pugin, so the japanese 9 #support plugin is necessary for this feature. 10 # 11 #To edit the config go to: 12 #C:\Users\USER\AppData\Roaming\Anki2\addons\shinmeikai_definitions\config.py 13 # 14 #Github: 15 #Youtube: 16 17 18 import shinmeikai_definitions.main