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.to_unicode("thinking") '🤔' >>> discord_emoji.to_unicode(":thinking:") '🤔' >>> discord_emoji.to_discord("🤔") 'thinking' >>> discord_emoji.to_discord("🤔", get_all=True) ['thinking', 'thinking_face'] >>> discord_emoji.to_discord("🤔", put_colons=True) ':thinking:' >>> discord_emoji.to_uni(":thinking:") '🤔' >>> discord_emoji.to_dis("🤔") 'thinking' >>> discord_emoji.to_discord_multi("🤔 This is hard! 😫 I'm tired...") ":thinking: This is hard! :tired_face: I'm tired..." >>> discord_emoji.to_unicode_multi(":thinking: This is hard! :tired_face: I'm tired...") "🤔 This is hard! 😫 I'm tired..."
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.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 667398b55ce1833491cf04f0575eb6b28987d2a42b16b43c7fd1275826adf525 |
|
MD5 | b1315190788cbc92a1cd5b6f6e599096 |
|
BLAKE2-256 | b9cb68be285ff07abcfb8db2a5fe3a31da2a7e11ddf857e58d539bca75b0ed52 |