Compare commits

..

6 Commits

Author SHA1 Message Date
gabriel becker
521c7d694d load frequencies of epub 2023-09-22 22:27:27 +10:00
gabriel becker
9aff3d7d43 Make available translation instead of providing answers. 2023-03-10 21:53:01 +11:00
gabriel becker
4166ee1424 Merge branch 'feature/get-translations' into feature/epub 2023-03-10 17:39:36 +11:00
gabriel becker
972661e92a Add dictionary and meaning generation 2023-03-10 17:38:53 +11:00
gabriel becker
72c9dae6b4 Make available translation instead of providing answers. 2022-12-22 17:25:08 +11:00
gabriel becker
0c452726db Create epub command. 2022-12-09 22:43:16 +11:00
2 changed files with 0 additions and 13 deletions

8
.gitignore vendored
View File

@ -1,11 +1,3 @@
*.csv
*.pdf
*.apkg
*.anki2
*.anki
*.epub
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]

View File

@ -1,5 +0,0 @@
from .cli import main
if __name__ == '__main__':
main()