Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
k4d3
/
toolkit
like
2
Safetensors
License:
wtfpl
Model card
Files
Files and versions
Community
main
toolkit
/
obsolete
/
debug_emoji
k4d3
organize a little
2cc9f55
5 days ago
raw
Copy download link
history
blame
contribute
delete
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()