https://github.com/dhruvcodings/python-login-system
A simple login system built using Python's Tkinter library, featuring a graphical user interface for basic user authentication. This project is perfect for learning how to create GUI applications in Python.
https://github.com/dhruvcodings/python-login-system
basic-authenticaton-logic gui python tkinter
Last synced: over 1 year ago
JSON representation
A simple login system built using Python's Tkinter library, featuring a graphical user interface for basic user authentication. This project is perfect for learning how to create GUI applications in Python.
- Host: GitHub
- URL: https://github.com/dhruvcodings/python-login-system
- Owner: Dhruvcodings
- Created: 2022-09-17T12:54:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:18:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T17:36:11.792Z (over 1 year ago)
- Topics: basic-authenticaton-logic, gui, python, tkinter
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tkinter Login System
This is a simple login system built using Python's Tkinter library. The application features a graphical user interface (GUI) where users can enter a username and password to log in. The system also includes functionality to show or hide the password and provides feedback on login attempts.
## Features
- **GUI:** A user-friendly graphical interface.
- **Username and Password Fields:** Allows input of credentials with the option to hide/show the password.
- **Login Validation:** Checks the entered username and password and provides appropriate feedback.
- **Cancel Option:** Gives the user the option to exit the application.