Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 472 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 472 Bytes

python-login-GUI

login GUI by python  
used tkinter build a GUI for login system
of course its dosent safety at all
just a something to write :D

functions

Included:
login             (function)
rigester          (function)
identitycode      (function)
usrs_info.pickle  for record user info
identiycode.gif   canvas support gif only :(

modules

tkinter as tk
tkinter.messagebox
pickle
random
string
from PIL import ImageFont, ImageDraw, Image