From 4d63beeb735d12c7b4a94b7aa547d99dddf2dd4d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 3 Jul 2020 21:30:33 +0100 Subject: [PATCH] added recording --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d03d4409..f66dc9e3 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,11 @@ Please use this feature wisely. ## Tables -Rich can render flexible [tables](https://rich.readthedocs.io/en/latest/tables.html) with unicode box characters. There is a large variety of formatting options for borders, styles, cell alignment etc. Here's a simple example: +Rich can render flexible [tables](https://rich.readthedocs.io/en/latest/tables.html) with unicode box characters. There is a large variety of formatting options for borders, styles, cell alignment etc. + +[![asciicast](https://asciinema.org/a/rIihi2rm7KzrR3jdsZwBxUdFB.svg)](https://asciinema.org/a/rIihi2rm7KzrR3jdsZwBxUdFB) + +Here's a simple example: ```python from rich.console import Console