RaziFalah / python-login-system-app

Very basic app that allows users to login using tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-login-system-app

Basic app that allows users to login using tkinter

About

simple login gui made with tkinter library

Functionality

the program can tell whcih credit line is inccorect and feedback you using a lable the gui includs colors also the program will auto-fullscreend it self

User and data

Default user


users = {
    "Razi" : {
        "password": "Razi1234"
    }
}

you can add multiple users since it's a nested dict and you can also connect it to database instead of dict

Exit

type exit in the username section to exit the program

About

Very basic app that allows users to login using tkinter

License:GNU General Public License v3.0


Languages

Language:Python 100.0%