Exemplo n.º 1
0
def default():
    change_face("reg")
    print "default"
Exemplo n.º 2
0
def sad():
    change_face("sad")
    print "sad..."
Exemplo n.º 3
0
def inp(*args):
    text = e.get()
    change_face(text)
    e.delete(0, END)
Exemplo n.º 4
0
def help():
    change_face("help")
    print "help!"
Exemplo n.º 5
0
def happy():
    change_face("happy")
    print "happy!"
Exemplo n.º 6
0
def greet():
    change_face("greet")
    print "greetings!"
Exemplo n.º 7
0
def disgust():
    change_face("disgust")
    print "disgusted"
Exemplo n.º 8
0
def surprise():
    change_face("surprise")
    print "surprised"
Exemplo n.º 9
0
def frown():
    change_face("frown")
    print "frown"
Exemplo n.º 10
0
def smile():
    change_face("smile")
    print "smile"