.gitignore
.prettierignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
project-config
pyproject.toml
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/auto_generate_docs.yml
.github/workflows/generate_docs.yml
.github/workflows/pylint.yml
.github/workflows/pytest.yml
PyTermGUI.egg-info/PKG-INFO
PyTermGUI.egg-info/SOURCES.txt
PyTermGUI.egg-info/dependency_links.txt
PyTermGUI.egg-info/entry_points.txt
PyTermGUI.egg-info/requires.txt
PyTermGUI.egg-info/top_level.txt
assets/title.png
assets/badges/quality.svg
assets/badges/version.svg
assets/demos/cmd_demo.gif
assets/demos/hello_world.png
assets/demos/kitty_remote.png
assets/demos/sipedon.png
assets/demos/timwin.png
assets/demos/tracers.png
assets/demos/versatility.png
assets/docs/wm_demo.gif
assets/docs/init/helper.png
assets/docs/init/high.png
assets/docs/init/low.png
assets/docs/init/yaml/base.png
assets/docs/init/yaml/config_advanced0.png
assets/docs/init/yaml/config_advanced1.png
assets/docs/init/yaml/config_basic.png
assets/docs/init/yaml/markup.png
assets/docs/parser/markup_language.png
assets/docs/parser/simple_example.png
assets/docs/widgets/demo.png
assets/docs/widgets/label.png
assets/readme/ansi.png
assets/readme/degradation.png
assets/readme/inspect.png
assets/readme/no_color.png
assets/readme/pretty.png
assets/readme/tim.png
assets/readme/tui.png
docs/CNAME
docs/_config.yml
docs/getting_started.md
docs/index.html
docs/pytermgui.html
docs/search.js
docs/pytermgui/animations.html
docs/pytermgui/animator.html
docs/pytermgui/ansi_interface.html
docs/pytermgui/cmd.html
docs/pytermgui/color_table.html
docs/pytermgui/colors.html
docs/pytermgui/context_managers.html
docs/pytermgui/enums.html
docs/pytermgui/exceptions.html
docs/pytermgui/exporters.html
docs/pytermgui/fancy_repr.html
docs/pytermgui/file_loaders.html
docs/pytermgui/helpers.html
docs/pytermgui/highlighters.html
docs/pytermgui/input.html
docs/pytermgui/inspector.html
docs/pytermgui/parser.html
docs/pytermgui/prettifiers.html
docs/pytermgui/pretty.html
docs/pytermgui/regex.html
docs/pytermgui/serializer.html
docs/pytermgui/terminal.html
docs/pytermgui/widgets.html
docs/pytermgui/window_manager.html
docs/pytermgui/widgets/base.html
docs/pytermgui/widgets/boxes.html
docs/pytermgui/widgets/button.html
docs/pytermgui/widgets/buttons.html
docs/pytermgui/widgets/checkbox.html
docs/pytermgui/widgets/collapsible.html
docs/pytermgui/widgets/color_picker.html
docs/pytermgui/widgets/containers.html
docs/pytermgui/widgets/extra.html
docs/pytermgui/widgets/input_field.html
docs/pytermgui/widgets/interactive.html
docs/pytermgui/widgets/keyboard_button.html
docs/pytermgui/widgets/layouts.html
docs/pytermgui/widgets/pixel_matrix.html
docs/pytermgui/widgets/slider.html
docs/pytermgui/widgets/styles.html
docs/pytermgui/widgets/toggle.html
docs/pytermgui/widgets/interactive/button.html
docs/pytermgui/widgets/interactive/checkbox.html
docs/pytermgui/widgets/interactive/input_field.html
docs/pytermgui/widgets/interactive/keyboard_button.html
docs/pytermgui/widgets/interactive/slider.html
docs/pytermgui/widgets/interactive/toggle.html
docs/pytermgui/window_manager/compositor.html
docs/pytermgui/window_manager/layouts.html
docs/pytermgui/window_manager/manager.html
docs/pytermgui/window_manager/window.html
examples/README.md
examples/boilerplate.py
examples/hello_world.yaml
examples/krm
examples/simple_app.py
examples/slow_typing.py
pytermgui/__init__.py
pytermgui/animations.py
pytermgui/ansi_interface.py
pytermgui/cmd.py
pytermgui/color_info.py
pytermgui/colors.py
pytermgui/context_managers.py
pytermgui/enums.py
pytermgui/exceptions.py
pytermgui/exporters.py
pytermgui/fancy_repr.py
pytermgui/file_loaders.py
pytermgui/helpers.py
pytermgui/highlighters.py
pytermgui/input.py
pytermgui/inspector.py
pytermgui/prettifiers.py
pytermgui/pretty.py
pytermgui/py.typed
pytermgui/regex.py
pytermgui/serializer.py
pytermgui/terminal.py
pytermgui/markup/__init__.py
pytermgui/markup/aliases.py
pytermgui/markup/language.py
pytermgui/markup/macros.py
pytermgui/markup/parsing.py
pytermgui/markup/style_maps.py
pytermgui/markup/tokens.py
pytermgui/widgets/__init__.py
pytermgui/widgets/base.py
pytermgui/widgets/boxes.py
pytermgui/widgets/button.py
pytermgui/widgets/checkbox.py
pytermgui/widgets/collapsible.py
pytermgui/widgets/color_picker.py
pytermgui/widgets/containers.py
pytermgui/widgets/input_field.py
pytermgui/widgets/keyboard_button.py
pytermgui/widgets/pixel_matrix.py
pytermgui/widgets/slider.py
pytermgui/widgets/styles.py
pytermgui/widgets/toggle.py
pytermgui/window_manager/__init__.py
pytermgui/window_manager/compositor.py
pytermgui/window_manager/layouts.py
pytermgui/window_manager/manager.py
pytermgui/window_manager/window.py
sandbox/animations.py
sandbox/colors.py
sandbox/common.py
sandbox/common.yaml
sandbox/inputfield.py
sandbox/layouts.py
sandbox/scrolling.py
sandbox/semantic_mouse.py
tests/__init__.py
tests/_exporter_targets.py
tests/colorgrids.py
tests/test.json
tests/test.yaml
tests/test_animations.py
tests/test_auto.py
tests/test_colors.py
tests/test_dump_n_load.py
tests/test_exporters.py
tests/test_fancy_repr.py
tests/test_helpers.py
tests/test_highlight_markup_literal.py
tests/test_layouts.py
tests/test_parser.py
tests/test_regex.py
tests/test_styles.py
utils/create_badge.py
utils/generate_keys.py
utils/generate_title.py
utils/list_todos.py