Back to Browse

Tkinter Student Login Functionality & Print ID Card (win32api) | Python (Part 7)

2.4K views
Premiered Jun 20, 2023
22:15

Tkinter Student Login Functionality & Print ID Card (win32api) | Python (Part 7) In this tutorial, we finalize the ID Card flow and implement the core login system. This includes verifying the Student ID and Password against the database and providing immediate user feedback on invalid inputs. 💡What you will learn in this tutorial: - File Management: Create functionality to Save the generated Student ID Card image (PNG format) to a user-selected directory. - Printing Functionality: Implement the Print feature using the win32api module and ShellExecute to send the ID card image to the system printer. - Login Verification: Create the login_account function to check if the entered Student ID exists in the database. - Password Matching: Create a function to securely match the entered password against the stored password for a validated Student ID. - Error Handling: Highlight the ID and Password entry boxes with visual warnings for incorrect credentials. Timeline & Key Features: ⏱️ Timestamp: 0:00 - Welcome back 1:28 - Creating the Save Student Card Function (Directory Selection) 4:38 - Implementing the Print Student Card Function 5:19 - Using win32api.ShellExecute for Printing 9:08 - Setting Page Flow (Closing Card Page to show Login Page) 10:51 - Starting the Login Account Functionality 11:45 - Checking if Student ID exists in the database 14:24 - Highlighting the Entry Box for Invalid ID/Password 17:23 - Checking Password for Valid ID (Database Match) ⚙️ Project Resources: - Full Project Playlist: https://youtube.com/playlist?list=PLaP0IEpkcGXnQuRGmx7lOJdZ1QeZ1OXqq - Part 8 Video: https://youtu.be/22-oCC13gA0 - Project Introduction Video: https://youtu.be/Suic1YRi3HA - Download All Images/Assets Used: https://drive.google.com/file/d/13LlXxvRp790n_pn3VLT-7HMF2zyX9T50/view?usp=drivesdk __________________________________ /_____Other Projects Playlists_____\ Login System Project: https://youtube.com/playlist?list=PLaP0IEpkcGXkBn8ojwag1IjPBety4FubP Registration System Project: https://youtube.com/playlist?list=PLaP0IEpkcGXkX6llfB1gH1GG04GqCTuxQ Student Registration System: https://youtube.com/playlist?list=PLaP0IEpkcGXmg_EWU6tatvg0HvdTf_F-Q Tkinter Game Project: https://youtube.com/playlist?list=PLaP0IEpkcGXkMQ8barT0kt-1h0WiSMh_u Calculator Project: https://youtube.com/playlist?list=PLaP0IEpkcGXnFJ5nF2rpEEXnO4Xf40CJW __________________________________ /__________ Social Links__________\ Facebook: https://www.facebook.com/profile.php?id=100082985064588 Instagram: https://instagram.com/tkinterhub?igshid=ZDdkNTZiNTM= #PythonTkinter #TkinterLogin #win32api #PrintDocument #SaveFile #LoginSystem #StudentManagement #PasswordVerification

Download

0 formats

No download links available.

Tkinter Student Login Functionality & Print ID Card (win32api) | Python (Part 7) | NatokHD