Skip to content

Instantly share code, notes, and snippets.

View nelliesnoodles's full-sized avatar

Nellie Tobey nelliesnoodles

View GitHub Profile
@nelliesnoodles
nelliesnoodles / psyGUI1.py
Created March 8, 2018 18:17
tkinter py file for my psychillogical game
''' 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)