We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0846 commit f47186aCopy full SHA for f47186a
docs/index.rst
@@ -75,6 +75,7 @@ Table of contents
75
pages/tutorials/index
76
pages/advanced_topics/index
77
pages/reference
78
+ pages/related_projects
79
80
81
Indices and tables
docs/pages/related_projects.rst
@@ -0,0 +1,11 @@
1
+.. _related_projects:
2
+
3
+Related projects
4
+================
5
6
+There are some other Python libraries that provide similar functionality that
7
+are also worth checking out:
8
9
+- `Urwid <http://urwid.org/>`_
10
+- `Textual <https://textual.textualize.io/>`_
11
+- `Rich <https://rich.readthedocs.io/>`_
0 commit comments