A simple Python package that returns random Unicode emojis.
Project description
random-unicode-emoji
A simple Python package that returns random Unicode emojis. 🐍
Like this repo? Give it a star on GitHub!
Install
Install the package:
pip install random-unicode-emoji
No dependencies!
Usage
Use the package:
# Import the Library
from random_unicode_emoji import random_emoji
# Use the Function
print(random_emoji())
# Return Specific Count
print(random_emoji(count=3))
# Use Specific Version
print(random_emoji(version="15.0"))
# Append Custom Emoji
print(random_emoji(custom=['(° ͜ʖ ͡°)','(╯°□°)╯︵ ┻━┻']))
# All Together Now
print(random_emoji(3, 15, ['(° ͜ʖ ͡°)','(╯°□°)╯︵ ┻━┻']))
Upgrade
Upgrade the package to the latest version:
pip install random-unicode-emoji -U
Unicode
Uses Unicode Standard Emoji from Unicode.org
Supported Unicode Versions
4.0, 5.0, 11.0, 12.0, 12.1, 13.0, 13.1, 14.0, 15.0 (latest)
Uses latest version by default.
Language
This is the Python 🐍 version. There is also a JavaScript 📜 and Rust ⚙️ version.
Maintainer
Credit
Originally Inspired by randomEmoji.py
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.
Source Distribution
random_unicode_emoji-2.8.tar.gz
(462.0 kB
view details)
Built Distribution
File details
Details for the file random_unicode_emoji-2.8.tar.gz
.
File metadata
- Download URL: random_unicode_emoji-2.8.tar.gz
- Upload date:
- Size: 462.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49bb87fc0a367073c15913c45d457a04f2495662c377306ee6d93f33ee7620bd |
|
MD5 | 4b0ae53f183bd22044344be321b0cba4 |
|
BLAKE2b-256 | de0f5cb72fe185023f2af92fe922eb3fa260d37284cb8c65fb39e590851cf5b3 |
File details
Details for the file random_unicode_emoji-2.8-py3-none-any.whl
.
File metadata
- Download URL: random_unicode_emoji-2.8-py3-none-any.whl
- Upload date:
- Size: 475.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b6d78a265eebfaa1171c0ef49a2c5a944d5f710618cae7bbddaea1cbb84bd98 |
|
MD5 | f377f499836a668835b4e794fa044a42 |
|
BLAKE2b-256 | e95f3575346624af38c2e777dbbb98d170a95ea7399a55d3e614221dfdcb0fd6 |