This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' This is just for fun, questions,responses and answers can be easily modified in the psychillogical.py file ''' | |
import tkinter as tk | |
from psychillogical import Questionaire, Psychillogical | |
class MygewyWindow(tk.Frame): | |
def __init__(self, master = None): | |
super().__init__(master) |