Skip to main content

API for using emojis in pygame.

Project description

Pygame Emojis

✨✨✨ Load emojis in pygame. ✨✨✨

Upload Python Package

This contain open source emojis from https://openmoji.org/

example of how it looks

Usage

It is very easy to include emojis in your game 😊

First install the 📦 package 📦

pip install pygame-emojis

Then import the package from 🐍 python 🐍

from pygame_emojis import load_emoji

# Choose the size
size = (64, 64)

# Load the emoji as a pygame.Surface
surface = load_emoji('😍', size)

📥 The first time you use this package, it will automatically download a svg database. ✌🏼

Acknowledgements ❤️

Emojis come from https://openmoji.org/.

See also their repo https://github.com/hfg-gmuend/openmoji/.

Thanks a lot to the whole team: https://openmoji.org/about/#acknowledgement.

Thanks a lot to the developpers from pygame 🎮: https://www.pygame.org

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

pygame_emojis-0.1.1.tar.gz (35.3 kB view hashes)

Uploaded Source

Built Distribution

pygame_emojis-0.1.1-py3-none-any.whl (6.2 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