This commit is contained in:
alban 2019-08-02 00:24:25 +02:00
parent 10bc74524d
commit ebfb0f9a66
1 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ from Tkinter import *
import time
import json
from json import encoder
encoder.FLOAT_REPR = lambda o: format(o, '.2f')
class PrettyFloat(float):
def __repr__(self):
@ -28,8 +26,6 @@ class App():
self.update_clock()
self.root.mainloop()
#{"velocity" : 0.0010,"expressivity" : 0.972,"sensibility" : 0.95,"beauty": 0.3}
def update_clock(self):
velocity = float(self.w1.get())/1000