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.
Release files for EmojiEncode 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| EmojiEncode-0.0.1.tar.gz | 17.1 kB | Details |
Release files / EmojiEncode-0.0.1.tar.gz
| Download URL | EmojiEncode-0.0.1.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5bc78aa18598ce7e38e7856a348063a86639d347e800c0d36f1a52506542e066
|
|
BLAKE2b-256 checksum How to use checksums |
d52863195e14498f74baf25661a8740331b5d08222bbf0b057c569998f828a06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|