Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanbro/emoji-data
A Python library represents emoji sequences and characters from the data files listed in Unicode® Technical Standard #51(UNICODE EMOJI)
https://github.com/tanbro/emoji-data
character emoji unicode
Last synced: 8 days ago
JSON representation
A Python library represents emoji sequences and characters from the data files listed in Unicode® Technical Standard #51(UNICODE EMOJI)
- Host: GitHub
- URL: https://github.com/tanbro/emoji-data
- Owner: tanbro
- License: agpl-3.0
- Created: 2018-12-20T06:31:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T15:15:58.000Z (4 months ago)
- Last Synced: 2024-10-31T10:36:28.222Z (15 days ago)
- Topics: character, emoji, unicode
- Language: Python
- Homepage:
- Size: 618 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# emoji-data
[![CI](https://github.com/tanbro/emoji-data/actions/workflows/python-package.yml/badge.svg)](https://github.com/tanbro/emoji-data/actions/workflows/python-package.yml)
[![Documentation Status](https://readthedocs.org/projects/emoji-data/badge/?version=latest)](https://emoji-data.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/emoji-data.svg)](https://pypi.org/project/emoji-data/)A library represents emoji sequences and characters in [Unicode® Technical Standard #51 Data Files](http://www.unicode.org/reports/tr51/#Data_Files_Table)
## Install
```sh
pip install emoji-data
```## How to use
See `docs/notebooks/example.ipynb`