Name : python312-emoji
| |
Version : 2.12.1
| Vendor : openSUSE
|
Release : 1.1
| Date : 2024-05-20 22:49:52
|
Group : Development/Languages/Python
| Source RPM : python-emoji-2.12.1-1.1.src.rpm
|
Size : 8.69 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Emoji for Python
|
Description :
This Python module provides unicode emoji output for strings containing emoji codes. In addition to the official list defined by the unicode consortium a whole bunch of aliases is defined.
Example: >> import emoji >> print(emoji.emojize(\'Python is :thumbs_up:\')) Python is 👍 >> print(emoji.emojize(\'Python is :thumbsup:\', use_aliases=True)) Python is 👍
By default, the language is English (``language=\'en\'``). Further supported langauges are: * Spanish (\'es\') * Portuguese (\'pt\') * Italian (\'it\') * French (\'fr\') * German (\'de\') * Farsi/Persian (\'fa\') * Indonesian (\'id\') * Simplified Chinese (\'zh\') * Japanese (\'ja\') * Korean (\'ko\') * Russian (\'ru\') * Arabic (\'ar\') * Turkish (\'tr\')
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Factory:/RISCV:/ToTest/images/repo/openSUSE-20240817-riscv64-Media1/noarch |