rich/examples
darrenburns d28e636a9a
Update README.md (#2328)
2022-06-14 09:21:38 +01:00
..
README.md Update README.md (#2328) 2022-06-14 09:21:38 +01:00
attrs.py
bars.py
columns.py
cp_progress.py docs for new progress feature 2022-04-01 14:17:21 +01:00
downloader.py Fix typo in examples/downloader.py 2022-06-05 14:38:29 -07:00
dynamic_progress.py reformat with latest black (21.9b0) 2021-10-16 13:51:50 +02:00
exception.py update black 2022-02-14 10:03:44 +00:00
export.py print exports to terminal 2021-10-16 22:04:45 +05:30
file_progress.py progress docs 2022-04-01 14:49:02 +01:00
fullscreen.py .on methods and name changes 2021-07-28 09:10:23 +01:00
group.py .on methods and name changes 2021-07-28 09:10:23 +01:00
group2.py .on methods and name changes 2021-07-28 09:10:23 +01:00
highlighter.py
jobs.py
justify.py
justify2.py
layout.py
link.py
listdir.py
live_progress.py
log.py
overflow.py
padding.py
print_calendar.py tweaked calendar example 2021-10-10 17:37:26 +01:00
rainbow.py
recursive_error.py tests 2021-09-24 09:41:23 +01:00
repr.py words 2021-06-18 20:44:23 +01:00
save_table_svg.py progress docs 2022-04-01 14:49:02 +01:00
screen.py
spinners.py
status.py
suppress.py add suppress option to tracebacks 2021-09-23 22:00:19 +01:00
table.py
table_movie.py Remove unused import 2021-10-03 01:07:01 -04:00
top_lite_simulator.py
tree.py

README.md

Examples

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

Be sure to check the source!