.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
LICENCE
README.md
pyproject.toml
pytest.ini
requirements.txt
ruff.toml
ruff_rules.md
app/main.py
app/components/clicker.py
app/components/frame_swapper.py
app/views/belle_view.py
app/views/coucou_view.py
app/views/home_view.py
app/views/page_one_view.py
app/views/page_two_view.py
docs/Makefile
docs/README
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_ext/ghost_paragraph.py
docs/source/_static/css/custom.css
docs/source/_static/gifs/final-demo.mp4
docs/source/_static/gifs/incrementers-demo.mp4
docs/source/_static/gifs/quit-protocol-demo.mp4
docs/source/_static/gifs/surveyor-demo.mp4
docs/source/_static/gifs/swap-mainframes-demo.mp4
docs/source/_static/js/custom.js
docs/source/_static/posters/black-poster.png
docs/source/_static/posters/incrementers-poster.png
docs/source/_static/posters/quit-protocol-poster.png
docs/source/_static/posters/swap-mainframes-poster.png
docs/source/_static/screenshots/final-demo-terminal-output.png
docs/source/_static/screenshots/page-one-blank.png
docs/source/_static/screenshots/page-one-label.png
docs/source/api/index.rst
docs/source/api/main_frame.rst
docs/source/api/surveyor.rst
docs/source/api/tk_root.rst
docs/source/api/utils.rst
docs/source/api/view.rst
docs/source/guides/index.rst
docs/source/guides/quickstart.rst
docs/source/guides/single_page_mechanism.rst
docs/source/guides/testing.rst
src/tkinter_spa/_version.py
src/tkinter_spa/cli.py
src/tkinter_spa/main_frame.py
src/tkinter_spa/surveyor.py
src/tkinter_spa/tk_root.py
src/tkinter_spa/view.py
src/tkinter_spa.egg-info/PKG-INFO
src/tkinter_spa.egg-info/SOURCES.txt
src/tkinter_spa.egg-info/dependency_links.txt
src/tkinter_spa.egg-info/entry_points.txt
src/tkinter_spa.egg-info/top_level.txt
src/tkinter_spa/utils/debugging.py
src/tkinter_spa/utils/path_tools.py
src/tkinter_spa/utils/string_tools.py
src/tkinter_spa/utils/tkinter_tools.py
tests/conftest.py
tests/test_cli.py
tests/test_gui.py
tests/test_mainframe.py
tests/test_surveyor.py
tests/test_utils.py