Temperature Converter w/ GUI | Python Project | Tkinter Tutorial

Опубликовано: 22 Ноябрь 2024
на канале: Sharnav's Tech
1,285
35

Hey everyone, welcome back to my python tutorial. In this tutorial, I am gonna show you, how to build a temperature converter app, using tkinter. This app can convert values between celcius, farenheit and kelvin.
===============
• Download Source Code (1$) -   / 74261546  

Note:- You also get the source code for the dynamic version of app, where you can use your custom widths and heights, without to needing to re-place anything.
===============
Timestamps

0:00 - Intro
0:56 - Importing the libraries
1:24 - Initializing the window
3:05 - Declaring Color Constants
4:06 - Writing the getFont function
5:02 - Writing the validate function
6:59 - Writing functions in calcFunc dictionary
10:00 - Writing the convert function
14:10 - Registering the validate function
14:21 - Creating Widgets in the Left Frame
21:15 - Defining custom styles for dropdown menu
23:17 - Creating more widgets in Left Frame
29:10 - Creating widgets in Right Frame
32:44 - Running and Testing the app
33:45 - Outro