Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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`