[wip]
This commit is contained in:
parent
10bc74524d
commit
ebfb0f9a66
@ -3,8 +3,6 @@ from Tkinter import *
|
|||||||
|
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
from json import encoder
|
|
||||||
encoder.FLOAT_REPR = lambda o: format(o, '.2f')
|
|
||||||
|
|
||||||
class PrettyFloat(float):
|
class PrettyFloat(float):
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
@ -28,8 +26,6 @@ class App():
|
|||||||
self.update_clock()
|
self.update_clock()
|
||||||
self.root.mainloop()
|
self.root.mainloop()
|
||||||
|
|
||||||
#{"velocity" : 0.0010,"expressivity" : 0.972,"sensibility" : 0.95,"beauty": 0.3}
|
|
||||||
|
|
||||||
def update_clock(self):
|
def update_clock(self):
|
||||||
|
|
||||||
velocity = float(self.w1.get())/1000
|
velocity = float(self.w1.get())/1000
|
||||||
|
Loading…
Reference in New Issue
Block a user