add webui
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import math
|
||||
from Command import *
|
||||
import tkinter as tk
|
||||
|
||||
|
||||
class Program:
|
||||
@@ -52,6 +51,7 @@ class Program:
|
||||
return Program(commands)
|
||||
|
||||
def show(self, w=None):
|
||||
import tkinter as tk
|
||||
p = self.flip()
|
||||
p = p.rotate(270)
|
||||
p = p.fitin((0, 0, 1024, 600), (0, 0))
|
||||
|
||||
Reference in New Issue
Block a user