.gitignore
LICENSE.txt
README.md
pyproject.toml
src/suntranslator.py
src/data/fonts/SUN7_8_1210.ttf
src/data/fonts/sun7_8_1210.kmp
src/data/symbols/sun_dictionary.csv
src/gui/__init__.py
src/gui/app.py
src/gui/menubar.py
src/gui/views/__init__.py
src/gui/views/translator_view.py
src/suntranslator.egg-info/PKG-INFO
src/suntranslator.egg-info/SOURCES.txt
src/suntranslator.egg-info/dependency_links.txt
src/suntranslator.egg-info/entry_points.txt
src/suntranslator.egg-info/requires.txt
src/suntranslator.egg-info/top_level.txt
src/translator/__init__.py
src/translator/translate.py
tests/test_sundict.py
tests/test_sunfont.py