This commit is contained in:
[d]
2022-02-18 11:14:49 +00:00
parent 81660d14f6
commit cc42b3bc86

View File

@@ -43,11 +43,11 @@ cp437 ansi parsing
03. `python3 test.py`
## files overview
```
dr1p4ns1.py - main file, reads file.ans and attempts to parse and display
work.ans - this ansi file is loaded by dr1p4ns1.py, this is the logic testing
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
test.py - used to generate test ansi file and presents table data
```
- _dr1p4ns1.py
- _work.ans
- _test.py
- dr1p4ns1.py
- work.ans
- test.py
```