Skip to content

Latest commit

 

History

History
42 lines (19 loc) · 1.24 KB

File metadata and controls

42 lines (19 loc) · 1.24 KB

Python

Advanced Login form with Tkinter library

Our credentials shown below

Username: sahin

Password: 1

Note: If we enter correct credentials we can access the main page otherwise it shows wrong credentials and after 5 attempts we have to wait 5 seconds for entering new credentials

                                               Screenshots of our project
  1. Lets see our Login Form below

1

  1. Lets write correct credentials

2

  1. Successfully logged in

3

  1. Lets write wrong credentials

4

  1. Lets write wrong credentials second time

5

  1. You can see we have to wait 5 sec after 5 times wrong credentials

6