pybase100

A Python version of Base100 encoding mechanism


License
Other
Install
pip install pybase100==0.2

Documentation

pybase100

Encode and decode your text using emoji

This repository contais a Python 3 package for Base100 encoding alhorithm. It's simple: instead of alphanumeric strings you operate with emoji. For example:

pybase100 in Telegram bot

Installation: pip install pybase100

Credits

A huge thanks to Adam Niederer for his original Base100 version written in Rust: https://github.com/AdamNiederer/base100.
And also to Viktor (https://github.com/stek29) for a great help while making pybase100 (well, most of work with pybase100 is done by him). Btw, he's collecting base100 implementations as well.