Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.06 KB

File metadata and controls

24 lines (13 loc) · 1.06 KB

About Project

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.

Used Technologies

  • Python
  • CustomTkinter

image

Features

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.

image

image

Changing login details

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.

image