Skip to content

Instantly share code, notes, and snippets.

View Adeohluwa's full-sized avatar

Ade Adeohluwa

  • Remote
View GitHub Profile
@Adeohluwa
Adeohluwa / GUI Login Application - Heavily Commented.py
Created June 15, 2017 08:17 — forked from SirRobo/GUI Login Application - Heavily Commented.py
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