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.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e75b93c19675ecf4541059c13ca2ecbe0c25b78d83478f45a291bfb0a5b22863 |
|
MD5 | 32a104b9f9b47dcb045290b43604b28b |
|
BLAKE2-256 | 6ccf7632e8ee2db0ed2674b07de185e4aefc8120499b26fc7f2d5588e5e26c2c |