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
Copy file name to clipboardExpand all lines: README.md
+34-5Lines changed: 34 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A command-line tool and library for converting ASCII-art diagrams into beautiful
10
10
11
11
Turn this:
12
12
13
-
```txt
13
+
```none
14
14
*--BAT1+--*-------*---*
15
15
| | | |
16
16
| R1 .~~~. |
@@ -49,11 +49,28 @@ And with a little CSS, this:
49
49
50
50
Works with Python 3.10+. It uses the new `match` feature in a few places. If you need to run Schemascii on an older version of Python, feel free to fork it and send me a pull request.
51
51
52
-
Command line usage:
52
+
## Installation
53
+
54
+
Not published to PyPI yet, so you have two options:
0 commit comments