LICENSE
PYPI-README.md
README.md
pyproject.toml
tests/__init__.py
tests/run_in_pty.py
tests/run_tests.py
tests/test_colors.py
tests/test_config.py
tests/test_dimensions.py
tests/test_log_messages.py
tests/test_whole_screen.py
tests/test_widget.py
tests/test_widget_container.py
twidgets/__init__.py
twidgets/__main__.py
twidgets/cli.py
twidgets/main.py
twidgets.egg-info/PKG-INFO
twidgets.egg-info/SOURCES.txt
twidgets.egg-info/dependency_links.txt
twidgets.egg-info/entry_points.txt
twidgets.egg-info/requires.txt
twidgets.egg-info/top_level.txt
twidgets/config/__init__.py
twidgets/config/base.yaml
twidgets/config/secrets.env.example
twidgets/config/py_widgets/2048_widget.py
twidgets/config/py_widgets/__init__.py
twidgets/config/py_widgets/calendar_widget.py
twidgets/config/py_widgets/clock_widget.py
twidgets/config/py_widgets/greetings_widget.py
twidgets/config/py_widgets/mode_widget.py
twidgets/config/py_widgets/news_widget.py
twidgets/config/py_widgets/resources_widget.py
twidgets/config/py_widgets/sysfetch_widget.py
twidgets/config/py_widgets/todo_widget.py
twidgets/config/py_widgets/weather_widget.py
twidgets/config/widgets/2048.yaml
twidgets/config/widgets/calendar.yaml
twidgets/config/widgets/clock.yaml
twidgets/config/widgets/greetings.yaml
twidgets/config/widgets/mode.yaml
twidgets/config/widgets/news.yaml
twidgets/config/widgets/resources.yaml
twidgets/config/widgets/sysfetch.yaml
twidgets/config/widgets/todo.yaml
twidgets/config/widgets/weather.yaml
twidgets/core/__init__.py
twidgets/core/base.py