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.2.tar.gz
(29.1 kB
view details)
File details
Details for the file emoji-0.3.2.tar.gz
.
File metadata
- Download URL: emoji-0.3.2.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d0c620ee083c14496fd712520035a1030d43cc61b28ee17f8c1ad805a85589c |
|
MD5 | e0015f0828de79860b997f668ca7d503 |
|
BLAKE2b-256 | 00882277a6bfe4247f07acbbbeaea11a8f228b100ed9c7a14e6c47bee3be957c |