Skip to content

Instantly share code, notes, and snippets.

@SirRobo
SirRobo / GUI Login Application - Heavily Commented.py
Created January 14, 2017 22:28
GUI Login Application made on my YouTube channel.
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