This module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.
Project description
EmojiEncode
Description
This module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.
Requirements
This package require:
- python3
- python3 Standard Library
Installation
pip install EmojiEncode
Usages
Command line
python3 -m EmojiEncode 'my data'
python3 EmojiEncode.pyz --html 'first data' 'second data'
EmojiEncode --decode '<unicode emoji charaters>'
EmojiEncode --html --decode '🙴🍥🍳🙴'
Python script
from EmojiEncode import encode, decode, html_decode, html_encode
emojis: str = encode(b'my data')
data: bytes = decode(emojis)
html_emojis: str = encode(b'my data')
data: bytes = decode(html_emojis)
Links
Licence
Licensed under the GPL, version 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EmojiEncode-0.0.1.tar.gz
(17.1 kB
view hashes)