This commit is contained in:
decoded
2022-02-28 18:01:58 -06:00
parent 15a1b4c1a5
commit 20904601c8

View File

@@ -1,3 +1,4 @@
# .[d]. ircd.chat/6697 #tcpdirect
```
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
@@ -43,13 +44,13 @@ dr1p4ns1 v2.3 - cp437 ansi parsing - this logic will be rolled into bots like kr
- `python3`
## usage - main file
```
running 'python3 dr1p4ns1.py' will batch process all the ans extension files in the ansiscii directory
running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files in that directory
running 'python3 dr1p4ns1.py' will load all the ansi files in the present working directory
running 'python3 dr1p4ns1.py ansiscii' will load all the ansi files in a directory path
```
## files overview
```
dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display
ansiscii/ - storing the ansi and ascii graphics in this subdirectory while testing
dr1p4ns1.py - main file
ansiscii/*.ans - an example ansi files directory
```
## notes
```