LICENSE
README.md
pyproject.toml
tests/test_cli.py
tests/test_configs.py
tests/test_generator.py
tests/test_random_state.py
tests/test_ui_config.py
textbaker/__init__.py
textbaker/__main__.py
textbaker/cli.py
textbaker/ui_config.py
textbaker.egg-info/PKG-INFO
textbaker.egg-info/SOURCES.txt
textbaker.egg-info/dependency_links.txt
textbaker.egg-info/entry_points.txt
textbaker.egg-info/requires.txt
textbaker.egg-info/top_level.txt
textbaker/app/__init__.py
textbaker/app/main_window.py
textbaker/core/__init__.py
textbaker/core/configs.py
textbaker/core/defs.py
textbaker/core/generator.py
textbaker/core/image_processing.py
textbaker/utils/__init__.py
textbaker/utils/helpers.py
textbaker/utils/logging.py
textbaker/utils/random_state.py
textbaker/widgets/__init__.py
textbaker/widgets/dialogs.py
textbaker/widgets/drawing_canvas.py
textbaker/widgets/graphics.py
textbaker/widgets/segment_dialog.py