This commit is contained in:
decoded
2022-02-28 17:51:15 -06:00
parent 19f58992cb
commit 97dd7e5353

View File

@@ -52,10 +52,10 @@ running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files i
```d=dr1p4ns1(ansifile=_FILE_,width=80,debug=False)``` ```d=dr1p4ns1(ansifile=_FILE_,width=80,debug=False)```
## files overview ## files overview
``` ```
/dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display [dr1p4ns1.py](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 ansiscii/ - storing the ansi and ascii graphics in this subdirectory while testing
/test.py - used to generate test ansi file and presents table data test.py - used to generate test ansi file and presents table data
/test.ans - thie file is created after running test.py to contain controlled test data test.ans - thie file is created after running test.py to contain controlled test data
``` ```
## state ## state
``` ```