View gist:ffb691664ed28f118800
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
import pygame | |
##################################################### booléens pour l'arrêt du chrono | |
c1=True |
View gist:a5cc561c7c641caefeba
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
import pygame | |
##################################################### | |
countdown=True |
View gist:48becd4b1cb1d0c321be
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
import pygame | |
##################################################### | |
countdown=True |
View gist:c3f002fbe51d9edeeab1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: cp1252 -*- | |
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
##################################################### | |
countdown=True |
View gist:86b6a698e0bd6d59512d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: cp1252 -*- | |
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
##################################################### | |
countdown=True |
View gist:7387d119e0d0bcda540a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: cp1252 -*- | |
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
##################################################### | |
countdown=True |
View gist:b88a2b5f4b7b4348e42f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time, os | |
from Tkinter import * | |
from math import * | |
import random | |
from tkMessageBox import * | |
##################################################### | |
countdown=True | |
c2=True |