MCPcopy Create free account
hub / github.com/geekcomputers/Python / __init__

Method __init__

encrypter-decrypter-gui.py:12–16  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

10
11class Main(tk.Tk):
12 def __init__(self, *args, **kwargs):
13 super().__init__(*args, **kwargs)
14 self.title("Alphacrypter")
15 # ----- Setting Geometry -----
16 self.geometry_settings()
17
18 def geometry_settings(self):
19 _com_scr_w = self.winfo_screenwidth()

Callers

nothing calls this directly

Calls 1

geometry_settingsMethod · 0.95

Tested by

no test coverage detected