Make a python program that ask for Login interface with username and password. Inside the GUI is a random picture of an animal with its corresponding name. Use tkinter.
Make a python
Step by step
Solved in 3 steps with 5 images
The login interface should only consist of asking the Username and Password (Username: admin ; Password: Password). When username and password have already inputted and login sucessfully it will open the GUI and inside the GUI is a interface should look like this. Photo is only a tiger not random.
The login interface should only consist of asking the Username and Password (Username: admin ; Password: Password). When username and password have already inputted and login sucessfully it will open the GUI and inside the GUI is a photo of an animal with its corresponding name.