From e2b119bda71e59563554472522e3a130db6aa483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=2E=20Planch=C3=B3n?= Date: Sun, 23 Jun 2024 14:19:02 -0300 Subject: [PATCH] Adding outfancy library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2db55981..1459461d 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations). * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. * [colorama](https://github.com/tartley/colorama) - Cross-platform colored terminal text. + * [outfancy](https://github.com/carlosplanchon/outfancy) - A library to print tables in terminal. * [rich](https://github.com/Textualize/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler. * [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI.