Skip to main content

A simple Python package that returns random Unicode emojis.

Project description

random-unicode-emoji

python pypi Unicode downloads stars forks repo size license issues

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

Nic Jones, (NicPWNs)

Credit

Originally Inspired by randomEmoji.py

Project details


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 hashes)

Uploaded Source

Built Distribution

random_unicode_emoji-2.8-py3-none-any.whl (475.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page