.coveragerc
.gitignore
.landscape.yml
.pylintrc
.readthedocs.yaml
.stickler.yml
CHANGES.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
PULL_REQUEST_TEMPLATE.md
README.rst
requirements.txt
setup.cfg
setup.py
.github/stale.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test.yml
asciimatics/__init__.py
asciimatics/constants.py
asciimatics/effects.py
asciimatics/event.py
asciimatics/exceptions.py
asciimatics/parsers.py
asciimatics/particles.py
asciimatics/paths.py
asciimatics/scene.py
asciimatics/screen.py
asciimatics/sprites.py
asciimatics/strings.py
asciimatics/utilities.py
asciimatics/version.py
asciimatics.egg-info/PKG-INFO
asciimatics.egg-info/SOURCES.txt
asciimatics.egg-info/dependency_links.txt
asciimatics.egg-info/requires.txt
asciimatics.egg-info/top_level.txt
asciimatics/renderers/__init__.py
asciimatics/renderers/base.py
asciimatics/renderers/box.py
asciimatics/renderers/charts.py
asciimatics/renderers/figlettext.py
asciimatics/renderers/fire.py
asciimatics/renderers/images.py
asciimatics/renderers/kaleidoscope.py
asciimatics/renderers/plasma.py
asciimatics/renderers/players.py
asciimatics/renderers/rainbow.py
asciimatics/renderers/rotatedduplicate.py
asciimatics/renderers/scales.py
asciimatics/renderers/speechbubble.py
asciimatics/widgets/__init__.py
asciimatics/widgets/baselistbox.py
asciimatics/widgets/button.py
asciimatics/widgets/checkbox.py
asciimatics/widgets/datepicker.py
asciimatics/widgets/divider.py
asciimatics/widgets/dropdownlist.py
asciimatics/widgets/filebrowser.py
asciimatics/widgets/frame.py
asciimatics/widgets/label.py
asciimatics/widgets/layout.py
asciimatics/widgets/listbox.py
asciimatics/widgets/multicolumnlistbox.py
asciimatics/widgets/popupdialog.py
asciimatics/widgets/popupmenu.py
asciimatics/widgets/radiobuttons.py
asciimatics/widgets/scrollbar.py
asciimatics/widgets/temppopup.py
asciimatics/widgets/text.py
asciimatics/widgets/textbox.py
asciimatics/widgets/timepicker.py
asciimatics/widgets/utilities.py
asciimatics/widgets/verticaldivider.py
asciimatics/widgets/widget.py
doc/build.sh
doc/source/animation.rst
doc/source/asciimatics.renderers.rst
doc/source/asciimatics.rst
doc/source/asciimatics.widgets.rst
doc/source/conf.py
doc/source/contacts.png
doc/source/contributing.rst
doc/source/index.rst
doc/source/intro.rst
doc/source/io.rst
doc/source/mac_settings.png
doc/source/modules.rst
doc/source/rendering.rst
doc/source/troubleshooting.rst
doc/source/widgets.rst
doc/source/_static/custom.css
doc/source/_templates/page.html
requirements/base.txt
requirements/dev.txt
samples/256colour.py
samples/bars.py
samples/basics.py
samples/bg_colours.py
samples/cogs.py
samples/colour_globe.gif
samples/contact_list.py
samples/credits.py
samples/experimental.py
samples/fire.py
samples/fireworks.py
samples/forms.py
samples/frame_borders.py
samples/fruit.ans
samples/globe.gif
samples/grumpy_cat.jpg
samples/images.py
samples/interactive.py
samples/julia.py
samples/kaleidoscope.py
samples/maps.py
samples/noise.py
samples/pacman.png
samples/pacman.py
samples/particles.py
samples/plasma.py
samples/player.py
samples/python.png
samples/quick_model.py
samples/ray_casting.py
samples/rendering.py
samples/simple.py
samples/tab_demo.py
samples/terminal.py
samples/test.rec
samples/top.py
samples/treeview.py
samples/wall.png
samples/xmas.py
samples/mapscache/0.0.0.jpg
samples/mapscache/0.0.0.json
samples/mapscache/1.0.0.jpg
samples/mapscache/1.0.0.json
tests/__init__.py
tests/mock_objects.py
tests/test_effects.py
tests/test_events.py
tests/test_exceptions.py
tests/test_parsers.py
tests/test_particles.py
tests/test_paths.py
tests/test_scene.py
tests/test_screen.py
tests/test_sprites.py
tests/test_strings.py
tests/test_utilities.py
tests/test_widgets.py
tests/renderers/__init__.py
tests/renderers/globe.gif
tests/renderers/test.ans
tests/renderers/test.rec
tests/renderers/test_base.py
tests/renderers/test_charts.py
tests/renderers/test_images.py
tests/renderers/test_other.py
tests/renderers/test_players.py