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:', 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.0.tar.gz
(29.1 kB
view details)
File details
Details for the file emoji-0.3.0.tar.gz
.
File metadata
- Download URL: emoji-0.3.0.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a02b000a14979b18e84286c31653a9e43c14df04458da1214be2a0cde95d4e3e |
|
MD5 | 169aab4de8d4ccebafb3ff7cf73e9919 |
|
BLAKE2b-256 | f615538fedb1e6380e85753111c63ad4225b2c14f5ccd6875c179d5f519131cc |