MANIFEST.in
README.md
pyproject.toml
requirements.txt
data/database.db
data/tuxtype.config
data/user_config.toml
data/quotes/quotes.json
data/wordlists/english_1k.txt
data/wordlists/english_2k.txt
data/wordlists/english_uk.txt
data/wordlists/programming.txt
src/__init__.py
src/app.py
src/constants.py
src/main.py
src/core/__init__.py
src/core/stats_calculator.py
src/core/test_engine.py
src/core/word_generator.py
src/database/__init__.py
src/database/db_manager.py
src/database/models.py
src/screens/__init__.py
src/screens/history_screen.py
src/screens/main_menu.py
src/screens/results_screen.py
src/screens/settings_screen.py
src/screens/splash_screen.py
src/screens/stats_screen.py
src/screens/test_screen.py
src/utils/__init__.py
src/utils/config.py
src/utils/logging_config.py
src/widgets/__init__.py
src/widgets/graph.py
src/widgets/stats_display.py
src/widgets/status_bar.py
src/widgets/typing_area.py
tuxtype.egg-info/PKG-INFO
tuxtype.egg-info/SOURCES.txt
tuxtype.egg-info/dependency_links.txt
tuxtype.egg-info/entry_points.txt
tuxtype.egg-info/requires.txt
tuxtype.egg-info/top_level.txt