LoginUI is a simple login page made with Python allowing users to log in with a username and a password.
- Login with a username and a password
- Register a new user easily
- Method present to check if a user is already registered
- Hashing method (applied to the password) to ensure security
- Useful messagebox to inform the user of the result of the login/register attempt
Run the following command from the root of the project to install the required dependency :
pip install -r requirements.txt
To run the project, use the main script main.py.
python main.py
This project is under the MIT license. Please refer to the LICENSE file for more details.
