This commit is contained in:
decoded
2022-02-18 22:07:05 -06:00
parent cc91b2e1f4
commit 5445cd38a8
2 changed files with 87 additions and 31 deletions

View File

@@ -45,9 +45,11 @@ cp437 ansi parsing
```
dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display
work.ans - this ansi file is loaded by 'dr1p4ns1.py', this is the logic testing
work.asc - escape codes/colors stripped in text for test referencing
test.py - used to generate test ansi file and presents table data
```
- dr1p4ns1.py
- work.ans
- work.asc
- test.py
```