Artifact
Artifact
working on one in python, if you are interested come to your chat some time while I am there and I will give you what I have so far. I...
The chat already allows any RGB hex color value to be passed while logging in, but only gives the user a list to choose from. An input can be offered...
is the KeyError output the second unencoded character of your input? I tried with "hello world" and got KeyError 'e' Also tried with "Software version ...." and got KeyError 'o'...
I got it to work by updating the system I am using it on. Was trying on Windows 5.x with Python 3.4.x and could not upgrade to Python 3.7 because...
In [core.py](https://github.com/Parkayun/base65536/blob/master/base65536/core.py) the comments say: "Encodes **_bytes_** to a base65536 string." and "Decodes **_bytes_** from a base65536 string." The input would need to be bytes, rather than a string. This...