Emoji for Python
Project description
Emoji for Python. This project was inspired by kyokomi.
Example
>> import emoji
>> print(emoji.emojize('Python is :thumbsup:'))
Python is 👍
>> print(emoji.emojize('Python is :thumbs_up_sign:', is_alias=False))
Python is 👍
>> print(emoji.decode('👍'))
:+1:
Installation
Via pip:
$ pip install emoji --upgrade
From master branch:
$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ python setup.py install
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
emoji-0.3.3.tar.gz
(29.1 kB
view details)
File details
Details for the file emoji-0.3.3.tar.gz
.
File metadata
- Download URL: emoji-0.3.3.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82d59f09f278cf052fed4c97a3d61096ee25c1f54afdf67a6691d76655c1bd94 |
|
MD5 | badee4ed8725a7b7f3a34f98187691f0 |
|
BLAKE2b-256 | d292e94658b27cdefee366981acfbc794102a64f887ffd82043bff00dcd1ae86 |