Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
k4d3
/
toolkit
like
3
Safetensors
License:
wtfpl
Model card
Files
Files and versions
Community
a27670f
toolkit
/
obsolete
/
debug_emoji.py
k4d3
more renames
dd352bf
about 1 month ago
raw
Copy download link
history
blame
Safe
204 Bytes
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# This script prints all emojis to the console
import
emoji
def
print_all_emojis
():
for
em
in
emoji.EMOJI_DATA:
print
(em)
print_all_emojis()