You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://discord.gg/fPrdqh3Zfu)
7
+
[](https://discord.gg/fPrdqh3Zfu)
8
8
9
9
Library for converting 2D Python lists to fancy ASCII/Unicode tables
10
10
11
+
Documentation and examples are available at [table2ascii.rtfd.io](https://table2ascii.readthedocs.io/)
12
+
11
13
## 📥 Installation
12
14
13
-
``pip install table2ascii``
15
+
``pip install -U table2ascii``
14
16
15
17
**Requirements:**`Python 3.7+`
16
18
@@ -141,7 +143,7 @@ print(output)
141
143
142
144
## 🎨 Preset styles
143
145
144
-
See a list of all preset styles [here](https://github.com/DenverCoder1/table2ascii/tree/main/style_list).
146
+
See a list of all preset styles [here](https://table2ascii.readthedocs.io/en/latest/styles.html).
145
147
146
148
## ⚙️ Options
147
149
@@ -178,11 +180,11 @@ All parameters are optional.
0 commit comments