Doesn't work with CP437 character sets
Firstly I just want to say thanks as this is bloody brilliant, I had hoped that I could maybe use it to provide some cool menu transition effects for BBS doors (yes I still run a BBS).
The BBS primarily runs with CP437 character encoding, and this seems to only work in UTF-8 environments from what I can tell.
Example of echo "hello world"|tte print on a CP437 only terminal;
Is this something that can be fixed?
Thanks in advance!
Hmm, does the terminal support the ansi escape sequences in this module?
https://github.com/ChrisBuilds/terminaltexteffects/blob/main/terminaltexteffects/utils/ansitools.py
If so, it should just be a matter of adding an option to specify the character encoding. I'll look into it. Thanks.