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.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6ca9a69f861cf43fb13a0fee20677ffe9cee7ee795c69b77325c557953ca630 |
|
MD5 | f9760b1cd9deeeeefad68a8c07d0b4e4 |
|
BLAKE2-256 | e1b9773352a81bfbc9617fa6df40d861b8dd8ff8d88abb3c97f104ee4bdd6ff4 |