jimmy-byte / -HactoberFest2023-For_All_Beginers-

Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
2 stars 28 forks source link

Create login_registration_gui.py #739

Closed anodicpassion closed 3 months ago

anodicpassion commented 12 months ago

This Python code uses Tkinter to create a simple GUI for a login and registration system. Users can choose to "LOGIN" or "REGISTER." Upon registration, the username and password are stored in text files. During login, the code checks if the entered credentials match the stored ones and displays success or error messages accordingly. It's a basic implementation and lacks security features required for production use.