forked from brunodalarosa/PlayHangmanBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemojis.py
37 lines (34 loc) · 1.74 KB
/
emojis.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-*- coding: utf-8 -*-
#Linguagem Emoji, contém os códigos referentes aos Emojis
emoji_heart = (u'\u2764\ufe0f').encode('utf-8')
emoji_heartb = ' ' + (u'\U0001f494').encode('utf-8')
emoji_confetti = ' ' + (u'\U0001f389').encode('utf-8')
emoji_claps = ' ' + (u'\U0001f44f\U0001f3fc').encode('utf-8')
emoji_feliz = ' ' + (u'\U0001f601').encode('utf-8')
emoji_lua = ' ' + (u'\U0001f31a').encode('utf-8')
emoji_coroa = ' ' + (u'\U0001f451').encode('utf-8')
emoji_sorriso = ' ' + (u'\U0001f601').encode('utf-8')
emoji_blink = ' ' + (u'\U0001f609').encode('utf-8')
emoji_thumbsUp = ' ' + (u'\U0001f44d\U0001f3fb').encode('utf-8')
emoji_oculos = ' ' + (u'\U0001f60e').encode('utf-8')
emoji_zoando = ' ' + (u'\U0001f60f').encode('utf-8')
emoji_surpreso = ' ' + (u'\U0001f626').encode('utf-8')
emoji_triste = ' ' + (u'\U0001f614').encode('utf-8')
emoji_poop = ' ' + (u'\U0001f4a9').encode('utf-8')
emoji_point = ' ' + (u'\U0001f448\U0001f3fb').encode('utf-8')
emoji_bug = ' ' + (u'\U0001f41e').encode('utf-8')
#Emojis botões
emoji_joystick = ' ' + (u'\U0001f3ae').encode('utf-8')
emoji_light = ' ' + (u'\U0001f4a1').encode('utf-8')
emoji_trofeu = ' ' + (u'\U0001f3c6').encode('utf-8')
emoji_x = ' ' + (u'\u274c').encode('utf-8')
emoji_foguete = ' ' + (u'\U0001f680').encode('utf-8')
emoji_ferramenta = ' ' + (u'\U0001f527').encode('utf-8')
emoji_back = ' ' + (u'\u21a9\ufe0f').encode('utf-8')
emoji_gritar = ' ' + (u'\U0001f4e2').encode('utf-8')
emoji_proibido = ' ' + (u'\U0001f6ab').encode('utf-8')
emoji_planeta = ' ' + (u'\U0001f30e').encode('utf-8')
emoji_br = ' ' + (u'\U0001f1e7\U0001f1f7').encode('utf-8')
emoji_usa = ' ' + (u'\U0001f1fa\U0001f1f8').encode('utf-8')
emoji_hb = ' ' + (u'\U0001f1ee\U0001f1f1').encode('utf-8')
emoji_livro = ' ' + (u'\U0001f4d6').encode('utf-8')