Ecoji encodes and decodes data as emojis. Current version 0.1.1. Low activity, packaging fix only.
pip install ecojiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode bytes to emojis and decode back.
Use .encode() on strings before passing to encode.
Consider alternatives if reliability is critical.
Ensure the input to decode is a str.
Be aware of output size for large data.
Use encode(b'your text') or encode('your text'.encode())Use decode(encoded_str) where encoded_str is a str.
Use 'from ecoji import encode'.
No dependency data recorded yet.