A Python desktop app to browse, copy, and generate emojis!
Quickly grab your favorite emojis, see their colon-style names, and even generate PNGs from a list.
- πΌοΈ Emoji Grid β Scrollable interface to browse all emojis.
- π Clipboard Copy β Click any emoji to copy it as a Unicode character.
- π·οΈ Emoji Names β See the colon-style name (e.g.,
:smile:) in the status bar. - ποΈ Emoji PNG Generator β Convert emoji characters from a text list into images (
make_emojis.py).
Name Version Purpose tkinter system default GUI framework Pillow 9.6.0 Image handling pyperclip 1.8.2 Clipboard integration emoji 2.6.0 Emoji parsing and conversion pilmoji 1.2.0 Render emojis onto images regex 2025.11.21 Advanced Unicode regex support
Warning
Versions are recommended; newer versions may not work.
Name Version Purpose python3.7.x+ You need Python to run .pyfiles.
| Name | Description |
|---|---|
main.py |
Launches emoji app GUI. |
make_emojis.py Run this to configure main.py to use the emojis in emojis.txt. |
|
emojis.txt |
Put any emojis you want in this file, then run make_emojis.py to configure the app to use them. |
images/ |
When make_emojis.py is run, the output files are stored in here. |
LICENSE |
It's a license π€. What did you think it did? |
README.md |
This file, a REAME |
- Run the app:
python main.py- Generate PNG emojis:
python make_emojis.pyGenerated images will appear in the images/ folder.
- Works on Windows, macOS, and Linux.
- The app automatically keeps your emoji images organized.
- Ideal for developers, designers, or anyone who loves emojis! π