scistag.emojistag.emoji_dbΒΆ

Defines the class EmojiDb which is the heart of this package.

It loads and provides information about all known Emojis and their details such as the unicode encoding or their category.

Functions

find_emojis_by_name

Returns all emojis which match the defined search pattern

get_emoji_character

Returns the emoji unicode character for an emoji name.

get_emoji_details

Returns details about am emoji

get_emoji_sequence

Converts an emoji name such as "deer", (see EmojiDb.get_unicode_dict(), a markdown emoji identifier such as ":deer:" (see GitHub) or a single unicode character to a unicode sequence.

get_emoji_sequence_valid

Returns if given emoji sequence is know to our current database

Classes

EmojiDb

The Emoji DB provides Emoji and country flag graphics.