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
from tkinter import * | |
import os | |
creds = 'tempfile.temp' # This just sets the variable creds to 'tempfile.temp' | |
def Signup(): # This is the signup definition, | |
global pwordE # These globals just make the variables global to the entire script, meaning any definition can use them | |
global nameE | |
global roots | |