.coveragerc
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.ps1
ci/appveyor-with-compiler.cmd
ci/templates/.travis.yml
ci/templates/appveyor.yml
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/atxt.rst
docs/reference/index.rst
src/.DS_Store
src/log.txt
src/prueba.bat
src/prueba.txt
src/aTXT.egg-info/PKG-INFO
src/aTXT.egg-info/SOURCES.txt
src/aTXT.egg-info/dependency_links.txt
src/aTXT.egg-info/entry_points.txt
src/aTXT.egg-info/not-zip-safe
src/aTXT.egg-info/requires.txt
src/aTXT.egg-info/top_level.txt
src/atxt/.DS_Store
src/atxt/__init__.py
src/atxt/__main__.py
src/atxt/check.py
src/atxt/encoding.py
src/atxt/infofile.py
src/atxt/lib.py
src/atxt/log_conf.py
src/atxt/office.py
src/atxt/procutils.py
src/atxt/use.py
src/atxt/utils.py
src/atxt/walking.py
src/atxt/formats/.DS_Store
src/atxt/formats/__init__.py
src/atxt/formats/_utils.py
src/atxt/formats/dat.py
src/atxt/formats/doc.py
src/atxt/formats/html.py
src/atxt/formats/jpg.py
src/atxt/formats/ocsv.py
src/atxt/formats/odocx.py
src/atxt/formats/pdf.py
src/atxt/formats/png.py
src/atxt/formats/txt.py
src/atxt/gui/.DS_Store
src/atxt/gui/__init__.py
src/atxt/gui/__main__.py
src/atxt/gui/constants.py
src/atxt/gui/scan.py
src/atxt/gui/start.py
src/atxt/gui/window.py
src/atxt/vendors/.DS_Store
src/atxt/vendors/__init__.py
src/atxt/vendors/Unix/__init__.py
src/atxt/vendors/Unix/pdffonts
src/atxt/vendors/Unix/pdftopng
src/atxt/vendors/Unix/pdftotext
src/atxt/vendors/Windows/.DS_Store
src/atxt/vendors/Windows/__init__.py
src/atxt/vendors/Windows/pdffonts.exe
src/atxt/vendors/Windows/pdftopng.exe
src/atxt/vendors/Windows/pdftotext.exe
src/atxt/vendors/Windows/antiword/00README.WIN
src/atxt/vendors/Windows/antiword/Default
src/atxt/vendors/Windows/antiword/Example
src/atxt/vendors/Windows/antiword/Unicode01
src/atxt/vendors/Windows/antiword/Unicode15
src/atxt/vendors/Windows/antiword/antiword.exe
src/atxt/vendors/Windows/antiword/fontnames
src/atxt/vendors/Windows/antiword/fontnames.rus
src/atxt/workers/.DS_Store
src/atxt/workers/__init__.py
src/atxt/workers/run_file.py
src/atxt/workers/run_path.py
tests/test_atxt.py