Converter of discord emoji and unicode emoji.
Project description
discord_emoji
This lib converts discord emoji and unicode emoji.
Install
pip install discord-emoji
Usage
>>> import discord_emoji >>> discord_emoji.discord_to_unicode("thinking") '🤔' >>> discord_emoji.discord_to_unicode(":thinking:") '🤔' >>> discord_emoji.unicode_to_discord("🤔") 'thinking' >>> discord_emoji.unicode_to_discord("🤔", get_all=True) ['thinking', 'thinking_face']
Licence
Please see LICENSE.
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.
Built Distribution
Close
Hashes for discord_emoji-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b13742744a1f840c308c435c848d5d8b5ec91938a97a709be7ad1c678b0a8df7 |
|
MD5 | 3af2d48b27b2b451c35c6f68506390c1 |
|
BLAKE2-256 | f6f721c3b5e821a6b9fbf54aff292fc0651943b4f82ef9595b3b284e19555a64 |