from Tkinter import * class MonBouton(Frame): """ Modification des options fg(Cou
# -*- coding: cp1252 -*- from Tkinter import * from tkColorChooser import askcolor def set
from Tkinter import * top = Frame( ) top.pack( ) # Création d'un widget Ent
from Tkinter import * root = Tk( ) prompt='Appyez sur une touche du clavier' lbl = Label(r
from Tkinter import * class SimpleFrame(Frame):
from Tkinter import * class Evenement(Frame): """ Evénement sur la touche 'Shift'""" def __
from Tkinter import * states = [] def onPress(i): states[i] = n
from Tkinter import * def msg( ): print 'Bien
from Tkinter import * class SimpleFrame(Frame): def __
from Tkinter import * class Position_Souris( Frame ): def __init__( self ): Frame.