filmov
tv
Build Temperature Converter App using python tkinter

Показать описание
Build a temperature converter app using python tkinter
tkinter is a package that already providing in python when you install python so you didn't need to install tkinter
Here is the code:
from tkinter import*
root=Tk()
var1=DoubleVar()
var2=DoubleVar()
label=Label(root,text='TEMPERATURE CONVERTER',font=('Arial',30))
label1=Label(root,text='Temperture in Celcius =',font=('Arial',25))
label2=Label(root,text='Temperture in Fahrenheit =',font=('Arial',25))
entry1=Entry(root,font=('Arial',25),textvariable=var1)
label3=Label(root,font=('Arial',25))
def click1():
button1=Button(root,text='Convert',font=('Arial',25),command=click1)
label4=Label(root,text='Temperture in Fahrenheit =',font=('Arial',25))
label5=Label(root,text='Temperture in Celcius =',font=('Arial',25))
entry2=Entry(root,font=('Arial',25),textvariable=var2)
label6=Label(root,font=('Arial',25))
def click2():
button2=Button(root,text='Convert',font=('Arial',25),command=click2)
please subscribe this channel for support❤
Have a nice day🖐
tkinter is a package that already providing in python when you install python so you didn't need to install tkinter
Here is the code:
from tkinter import*
root=Tk()
var1=DoubleVar()
var2=DoubleVar()
label=Label(root,text='TEMPERATURE CONVERTER',font=('Arial',30))
label1=Label(root,text='Temperture in Celcius =',font=('Arial',25))
label2=Label(root,text='Temperture in Fahrenheit =',font=('Arial',25))
entry1=Entry(root,font=('Arial',25),textvariable=var1)
label3=Label(root,font=('Arial',25))
def click1():
button1=Button(root,text='Convert',font=('Arial',25),command=click1)
label4=Label(root,text='Temperture in Fahrenheit =',font=('Arial',25))
label5=Label(root,text='Temperture in Celcius =',font=('Arial',25))
entry2=Entry(root,font=('Arial',25),textvariable=var2)
label6=Label(root,font=('Arial',25))
def click2():
button2=Button(root,text='Convert',font=('Arial',25),command=click2)
please subscribe this channel for support❤
Have a nice day🖐
Build Temperature Converter App using python tkinter
Build a Temperature Converter App w Javascript
Build a Temperature Converter App in Python (Step-by-Step Guide)
Building a Temperature Converter App using MIT APP Inventor
Create a Temperature Converter with Javascript | Javascript Tutorial
99 Creating and Running a Temperature Converter App on Thonny
How to Make a Temperature Converter App (Celsius to Fahrenheit & Vice Versa)
Build a temperature converter app w javascript
Build a Temperature Converter
Temperature Converter - An app for conversion of temperature to different units
How to Build a Temperature Converter with HTML, CSS, and JavaScript: Celsius, Fahrenheit and Kelvin
How to create Temperature Converter app using Java Swings? Fahrenheit to Celsius and vice versa!
How to create a Temperature Converter using HTML and JAVASCRIPT
Temperature Converter App - Android
Design a temperature converter app in Windows Mobile using Visual Studio
Develop simple Temperature Converter in Android Studio
Temperature Converter using JavaScript | Landing Page | Temp Converter Website Source Code
Build Temperature Converter App Using C++ | C++ Project For Beginners #7
Create a Temperature Converter using HTML CSS & JavaScript | Celsius, Fahrenheit, Kelvin
How to Build Temperature Converter app in android studio
🔥TEMPERATURE🌡️ CONVERTER USING HTML CSS AND JAVASCRIPT ⭐ | Becodewala
App Inventor: Temperature Converter
How to make Temperature Converter App using Vanilla JavaScript vs VueJS vs ReactJS
How to create simple android app with MIT app inventor|| Temperature converter app part-1
Комментарии