Build An Age Calculator - Python Tkinter GUI Tutorial 204

In this video I’ll show you how create a simple age calculator using Tkinter and Python! In this app a user can enter the year they were born and the app will calculate their age. #tkinter #codemy #JohnElder Timecodes 0:00​​ - Introduction 2:11 - Import Datetime and Messagebox 2:39 - Build the GUI 4:22 - Make Sure User Entered Year 5:00 - Get Current Year 5:23 - Calculate Age 5:49 - Output Age To MessageBox 6:20 - Test It Out! 6:55 - Conclusion
Back to Top