rich/examples
Will McGugan 869f5ba962 example text 2021-05-08 12:08:02 +01:00
..
README.md examples 2020-10-14 11:42:05 +01:00
attrs.py example text 2021-05-08 12:08:02 +01:00
bars.py example fix 2020-10-17 15:54:00 +01:00
columns.py format with black 2020-08-20 12:54:39 +00:00
downloader.py Updated ubuntu release url 2021-03-03 11:33:23 +10:00
exception.py black 2020-10-23 17:40:10 +01:00
fullscreen.py updatable layout regions 2021-03-19 21:37:47 +00:00
group.py docs and group example 2020-09-12 14:31:04 +01:00
group2.py formatting 2020-09-13 13:12:34 +01:00
highlighter.py listdir 2020-06-01 16:08:06 +01:00
jobs.py examples 2020-10-14 11:42:05 +01:00
justify.py overflow 2020-06-06 12:08:07 +01:00
justify2.py added example 2020-07-10 16:52:01 +01:00
layout.py Updates example/layout.py to use Splitter class 2021-03-29 22:35:33 +01:00
link.py black formatted 2020-07-15 11:42:11 +01:00
listdir.py added progress.reset 2020-10-14 10:19:38 +01:00
live_progress.py live refactor 2021-02-06 11:49:54 +00:00
log.py listdir 2020-06-01 16:08:06 +01:00
overflow.py docs 2020-06-06 13:11:29 +01:00
padding.py formatting 2020-09-13 13:12:34 +01:00
rainbow.py docs 2020-08-08 17:38:57 +01:00
screen.py fixes 2021-02-20 11:05:21 +00:00
spinners.py added reconfigure 2020-12-13 12:23:28 +00:00
status.py formatting 2020-12-10 17:25:13 +00:00
table.py fix more spelling 2020-09-16 07:20:22 +00:00
table_movie.py add Console.measure 2021-05-02 19:57:04 +01:00
top_lite_simulator.py typing fixes 2021-04-24 15:59:13 +01:00
tree.py new layout class 2021-02-12 21:59:35 +00:00

README.md

Examples

This directory contains various demonstrations various Rich features. To run them, make sure Rich is installed, then enter python example.py on the command line.

Be sure to check the source!