Skip to content

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

License

Notifications You must be signed in to change notification settings

amoallim15/base-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3
    • read/write from/to stdin/stdout.
  • 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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages