A Login application made with Python and CustomTkinter. All the design and operation is complete, if you want, you can add it to a project that uses a database. Just insert it into your project.
- Python
- CustomTkinter
The application needs to recognize the username and password! If you enter the wrong password, it will notify you of an incorrect login. If you enter the correct password, you will be successful in logging in.
You can switch to a database later, but originally it works directly in the code. Just go to line 11 and change "user" and "password". The password can be made up of letters, numbers, or special characters.



