base-emoji

A binary-to-emoji encoding scheme that representbinary data in a subset of the Unicode Emoji symbols.


Keywords
base, emoji, encode, decode, scheme
License
MIT
Install
pip install base-emoji==0.0.3

Documentation

BaseEmoji

Encode everything in Emojis! 🙃

media/logo.png

BaseEmoji is a binary-to-emoji encoding scheme that represents binary data in a subset of the Unicode Emoji symbols, designed for triggering senior programmers effortlessly. BaseEmoji is heavily influenced by my frustration towards my tech lead that always shares data (base64 encoded) with me.

But why?

  • MOCKERY!
  • WHY NOT!
  • Base64 is not the best scheme to represent and transmit (mostly binary) data in a human-readable way. ¯\_(ツ)_/¯

Features

  • Basic encode/decode operations.
  • [TODO] Different flavors based on subset of the Unicode Emoji symbols.
  • [Contribute] ツ.

Installation

You can install the package by issuing the following command:

pip install base-emoji

You can also clone this project using git:

git clone https://github.com/amoallim15/base-emoji.git

Usage example

Basic usage looks like:

$ baseemoji 'Hello world!'
> 😀😄😋😪😦😫😫😌😁😛😞😆😄😨😌😈😟😦
$ baseemoji -d '😀😄😋😪😦😫😫😌😁😛😞😆😄😨😌😈😟😦'
> Hello world!

Release History

  • 0.0.2
    • Initial implementation with a default flavor of base {55}.

About

Ali Moallim – amoallim15@gmail.com

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/amoallim15/base-emoji. I'm also available for questions, feel free to get in touch.

License

The package is available as open source under the terms of the MIT License.