coretk - updated pipfile to install as editable, added convenient run script, updated images to load assuming local path

This commit is contained in:
Blake Harnden 2019-09-18 11:20:22 -07:00
parent 00a37cbb6f
commit 8682f01fdc
5 changed files with 28 additions and 7 deletions

View file

@ -20,7 +20,6 @@ class Application(tk.Frame):
def setup_app(self):
self.master.title("CORE")
self.master.geometry("800x600")
self.master.state("zoomed")
image = Images.get("core")
self.master.tk.call("wm", "iconphoto", self.master._w, image)
self.pack(fill=tk.BOTH, expand=True)