A emoji converter between unicode and ascii text.
Project description
A emoji converter between unicode and ascii text.
Install & Usage
pip install pymoji
from pymoji import PyMoji moji = PyMoji() text = 'hello ☀ !' encoded_text = moji.encode(text) # u'hello [:sunny]!' decoded_text = moji.decode(encoded_text) # u'hello ☀ !'
External Resources
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymoji-0.2.1.tar.gz
(11.9 kB
view details)
File details
Details for the file pymoji-0.2.1.tar.gz
.
File metadata
- Download URL: pymoji-0.2.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65bf2afe1ad39d04567dca092a961bdaf792aa9d0f29b9436f95665c693bcd65 |
|
MD5 | c852f97d698494259b61b6df94ed4515 |
|
BLAKE2b-256 | d6b43c9ee6863877529de431f1e490c4eea47ed920a575e32d780764335d569a |