v1.3 init

This commit is contained in:
decoded
2022-02-22 05:44:31 -06:00
parent 889a945940
commit c3f7ee2769
13 changed files with 1004 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNs. -hMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
```
```
dr1p4ns1 v1.2 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp
dr1p4ns1 v1.3 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp
```
## prerequisites
- `apt install python3`
@@ -53,10 +53,11 @@ running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files i
/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
```
## main files of interest
- dr1p4ns1.py
## state
```
while working on the reencoding portions its operating as a viewer, pumper, basic file operations.
```
## todo
```
- reset color set/fg/bg on line ending, resuming it on the next on line so there are not ghost lines
```
```