''' @author: Qubayel Qh. ''' ''' Created on 28 Mar 2017 @author: Qubayel ''' try:# Tkinter for Python 2.xx from Tkinter import * except:# for Python 3.xx from tkinter import * bgclr = "#222828" fgclr = "#323a93" clr = '#004a95' Admins = [("Python", "pass")] # <<