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 details)
File details
Details for the file EmojiEncode-0.0.1.tar.gz
.
File metadata
- Download URL: EmojiEncode-0.0.1.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bc78aa18598ce7e38e7856a348063a86639d347e800c0d36f1a52506542e066 |
|
MD5 | 2c4be8a317a2c122f3638beefb50024b |
|
BLAKE2b-256 | d52863195e14498f74baf25661a8740331b5d08222bbf0b057c569998f828a06 |