rich/examples
Hadi Alqattan 73a9a413ea Run pycln over the entire project and double check the accuracy. 2022-03-11 19:12:35 +03:00
..
README.md examples 2020-10-14 11:42:05 +01:00
attrs.py attrs example, version bump 2021-05-12 18:18:17 +01:00
bars.py example fix 2020-10-17 15:54:00 +01:00
columns.py
downloader.py Run pycln over the entire project and double check the accuracy. 2022-03-11 19:12:35 +03: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
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 examples 2020-10-14 11:42:05 +01:00
justify.py
justify2.py
layout.py Updates example/layout.py to use Splitter class 2021-03-29 22:35:33 +01:00
link.py
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
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
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
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 remove try catch for type_extensions and replace with if sys.version_info 2021-05-09 15:56:04 -07: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!