Created a new file ascii6.py that follows similar style to ascii7.py encode(text), decode(text) register_codec and uses Bits. the docstrict also includes compression rate with is about .72 or 72%.

This commit is contained in:
erbrown2
2026-05-18 10:33:57 -04:00
parent cd2e687824
commit 56b52460a9
6 changed files with 708 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import requests
from tabulate import tabulate
import sys
import shutil
from register import register_codec
codecs_dir = "text_codecs"