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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f01150778bd439750f81c040beaf687a92d9fa5cb56988c164588d436dc03d47 |
|
MD5 | bf95a258f7d83f33ee3eda324138a43f |
|
BLAKE2-256 | 2acd4faa72b1de6917296d68a8468e12ab74ba8a64023c23bcc5e9ad2ac23053 |