{"id":19011408,"url":"https://github.com/nicpwns/random-unicode-emoji-py","last_synced_at":"2025-10-08T18:21:50.104Z","repository":{"id":90620878,"uuid":"607459599","full_name":"NicPWNs/random-unicode-emoji-py","owner":"NicPWNs","description":"A simple Python package that returns random Unicode emojis. 🐍","archived":false,"fork":false,"pushed_at":"2025-03-25T00:18:53.000Z","size":268,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-17T14:40:33.236Z","etag":null,"topics":["discord","discord-bot","discord-py","emoji","emojis","package","pip","pypi","pypi-package","pypi-packages","python","python-3","unicode","unicode-characters"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/random-unicode-emoji/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NicPWNs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-28T02:22:17.000Z","updated_at":"2025-03-25T00:18:58.000Z","dependencies_parsed_at":"2025-04-17T04:28:15.573Z","dependency_job_id":"b40dfc2d-1f56-4be8-bb1b-12e4136f1004","html_url":"https://github.com/NicPWNs/random-unicode-emoji-py","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicPWNs%2Frandom-unicode-emoji-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicPWNs%2Frandom-unicode-emoji-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicPWNs%2Frandom-unicode-emoji-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicPWNs%2Frandom-unicode-emoji-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicPWNs","download_url":"https://codeload.github.com/NicPWNs/random-unicode-emoji-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250339208,"owners_count":21414319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-bot","discord-py","emoji","emojis","package","pip","pypi","pypi-package","pypi-packages","python","python-3","unicode","unicode-characters"],"created_at":"2024-11-08T19:14:15.801Z","updated_at":"2025-10-08T18:21:49.993Z","avatar_url":"https://github.com/NicPWNs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# random-unicode-emoji\n\n[![python](https://img.shields.io/pypi/pyversions/random-unicode-emoji)](https://pypi.org/project/random-unicode-emoji/)\n[![pypi](https://img.shields.io/pypi/v/random-unicode-emoji)](https://pypi.org/project/random-unicode-emoji/)\n[![Unicode](https://img.shields.io/badge/Unicode-16.0-success)](https://www.unicode.org/Public/emoji/16.0/)\n[![downloads](https://pepy.tech/badge/random-unicode-emoji)](https://pepy.tech/project/random-unicode-emoji)\n[![stars](https://img.shields.io/github/stars/NicPWNs/random-unicode-emoji-py)](https://github.com/NicPWNs/random-unicode-emoji-py/stargazers)\n[![forks](https://img.shields.io/github/forks/NicPWNs/random-unicode-emoji-py.svg)](https://github.com/NicPWNs/random-unicode-emoji-py/forks)\n[![repo size](https://img.shields.io/github/repo-size/NicPWNs/random-unicode-emoji-py)](https://github.com/NicPWNs/random-unicode-emoji-py)\n[![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/NicPWNs/random-unicode-emoji-py/blob/main/LICENSE.rst)\n[![issues](https://img.shields.io/github/issues/NicPWNs/random-unicode-emoji-py.svg)](https://github.com/NicPWNs/random-unicode-emoji-py/issues)\n\nA simple Python package that returns random Unicode emojis. 🐍\n\n\u003e Like this repo? Give it a [⭐ on GitHub!](https://github.com/NicPWNs/random-unicode-emoji-py)\n\n## Install\n\nInstall the package:\n\n```bash\npip install random-unicode-emoji\n```\n\n\u003e No dependencies!\n\n## Usage\n\nUse the package:\n\n```py\n# Import the Library\nfrom random_unicode_emoji import random_emoji\n# Use the Function\nprint(random_emoji())\n# Return Specific Count\nprint(random_emoji(count=3))\n# Use Specific Version\nprint(random_emoji(version=\"15.0\"))\n# Append Custom Emoji\nprint(random_emoji(custom=['(° ͜ʖ ͡°)','(╯°□°)╯︵ ┻━┻']))\n# All Together Now\nprint(random_emoji(3, 15, ['(° ͜ʖ ͡°)','(╯°□°)╯︵ ┻━┻']))\n```\n\n## Upgrade\n\nUpgrade the package to the latest version:\n\n```bash\npip install random-unicode-emoji -U\n```\n\n## Unicode\n\nUses Unicode Standard Emoji from [Unicode.org](https://www.unicode.org/Public/emoji/)\n\n### Supported Unicode Versions\n\n4.0, 5.0, 11.0, 12.0, 12.1, 13.0, 13.1, 14.0, 15.0, 15.1, 16.0 (latest)\n\n\u003e _Uses latest version by default._\n\n## Language\n\nThis is the Python 🐍 version. There is also a [JavaScript 📜](https://github.com/NicPWNs/random-unicode-emoji) and [Rust ⚙️](https://github.com/NicPWNs/random-unicode-emoji-rs) version.\n\n## Maintainer\n\n[Nic Jones, (@NicPWNs)](https://github.com/NicPWNs)\n\n## Credit\n\nOriginally Inspired by [randomEmoji.py](https://gist.github.com/shello/efa2655e8a7bce52f273)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicpwns%2Frandom-unicode-emoji-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicpwns%2Frandom-unicode-emoji-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicpwns%2Frandom-unicode-emoji-py/lists"}