MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
blindtex/__init__.py
blindtex/blindtexGUI.py
blindtex/mainBlindtex.py
blindtex/tex2all.py
blindtex/gui/__init__.py
blindtex/gui/dictionariesGUI.py
blindtex/gui/mainGUI.py
blindtex/gui/mainGUIController.py
blindtex/interpreter/__init__.py
blindtex/interpreter/dictionary.py
blindtex/interpreter/reader.py
blindtex/iotools/__init__.py
blindtex/iotools/file.py
blindtex/iotools/iotools.py
blindtex/iotools/stringtools.py
blindtex/lang/__init__.py
blindtex/lang/translator.py
blindtex/lang/dicts/Accents.json
blindtex/lang/dicts/Arrows.json
blindtex/lang/dicts/BinaryOperators.json
blindtex/lang/dicts/BinaryRelations.json
blindtex/lang/dicts/Delimiters.json
blindtex/lang/dicts/Dots.json
blindtex/lang/dicts/LargeOperators.json
blindtex/lang/dicts/MathFunctions.json
blindtex/lang/dicts/Ordinary.json
blindtex/lang/dicts/Styles.json
blindtex/lang/dicts/UserDict.json
blindtex/lang/dicts/regexes.json
blindtex/lang/dicts/spanish.json
blindtex/lang/dicts/spanish.yaml
blindtex/latex2ast/__init__.py
blindtex/latex2ast/converter.py
blindtex/latex2ast/lexer.py
blindtex/latex2ast/math_object.py
blindtex/latex2ast/parser.py
blindtex/latex2ast/parsetab.py
tests/__init__.py
tests/__init__.pyc
tests/test_blindtex.py
tests/test_lang.py
tests/__pycache__/__init__.cpython-36.pyc
tests/__pycache__/test_blindtex.cpython-27-PYTEST.pyc
tests/__pycache__/test_blindtex.cpython-36-PYTEST.pyc
tests/__pycache__/test_interpreter_reader.cpython-36-PYTEST.pyc
tests/__pycache__/test_lang.cpython-36-PYTEST.pyc
tests/latex2ast/__init__.py
tests/latex2ast/__init__.pyc
tests/latex2ast/test_lexer.py
tests/latex2ast/test_parser.py
tests/latex2ast/__pycache__/__init__.cpython-36.pyc
tests/latex2ast/__pycache__/test_lexer.cpython-27-PYTEST.pyc
tests/latex2ast/__pycache__/test_lexer.cpython-36-PYTEST.pyc
tests/latex2ast/__pycache__/test_parser.cpython-27-PYTEST.pyc
tests/latex2ast/__pycache__/test_parser.cpython-36-PYTEST.pyc