from tkinter import * def submit(): print("The temperature is: "+ str(scale.get())+ " degrees C") window = Tk() hotImage = PhotoImage(file='hot.png') hotLabel = Label(image=hotImage) hotLabel.pack() scale = Scale(window, from_=100, to=0, length=600, orient=VERTICAL, #orientation of scale font = ('Consolas',20), tickinterval = 10, #adds numeric indicators for value #showvalue = 0, #hide current value resolution = 5, #increment of slider troughcolor = '#69EAFF', fg = '#FF1C00', bg = '#111111' ) scale.set(((scale['from']-scale['to'])/2)+scale['to']) #set current value of slider scale.pack() coldImage = PhotoImage(file='cold.png') coldLabel = Label(image=coldImage) coldLabel.pack() button = Button(window,text='submit',command=submit) button.pack() window.mainloop()
@rolpon28713 жыл бұрын
y
@sohailali32746 ай бұрын
Feih
@mikemurphy18963 жыл бұрын
GREAT VIDEO
@lucyledezma7094 жыл бұрын
Because;;; I like the video 👍
@piotrkopcewicz52272 жыл бұрын
another perfect tutorial!! thanks as always :)
@hydarhydar23382 ай бұрын
I❤ the bro code tutorials
@tatbysaeed3290 Жыл бұрын
great tutorial :) but a question , when you creating a label object why you didn't insert the master "window" ?
@Data_Falcon7 ай бұрын
bro it is very usefull
@Wideopen692 жыл бұрын
Hey Bro of codes 🙂 first of all thank you for your great content👌 As a newbie in the python world could you please give me a tip how to use the generated number values in a function to setup the brightness of a RGB-LCD. Many thanks in advance 🍻 Cheers
@truquichan Жыл бұрын
Great!
@hydarhydar23382 ай бұрын
❤
@asujiartgundam9 ай бұрын
great video!
@kyawkyawhtwe8801 Жыл бұрын
thanks
@DJL7777 Жыл бұрын
just curious: Why have you stopped using f strings this late in the tutorials?? 😵💫 did we go back in time or something?
@beingzero75412 жыл бұрын
Wow!
@lw99542 жыл бұрын
Ty bro!
@hamzazad52588 ай бұрын
i couldnt add the images properly, there is a huge space between the images and the scale isk how to fix that :(
@riajhasanpranto88703 жыл бұрын
thank u
@adam-vip2 жыл бұрын
👍
@ba.youtube10073 жыл бұрын
Hello Brocode, How can i resize the image fire and snowflakes? mine is so big
@ba.youtube10073 жыл бұрын
nvm I just used photoshop to resize the image i have downloaded but I can accept any programing tips to resize it directly on pycharm... P.S.: i tried installing pillow or PIL module but I cant import it now matter what i do
@raedshaher51862 жыл бұрын
@@jamesorpilla actually pycharm can install it for you! go to file--> setting--> project --> python interpreter and click on the + button and search for PIL and click install. then you can import
@nirukadlur3842 ай бұрын
1. to file explorer then type in png, then you will see the image of the hot and cold. 2.click the image click the 3 dots. Then, you will see resize image But only works on windows
@EissaAlahdul2 жыл бұрын
شكرا
@2907Prashantyerunkar2 жыл бұрын
how to copy the code and from where ?
@jhassee2 жыл бұрын
yup
@mikemurphy18963 жыл бұрын
I'd like to make an 8 channel mixing board. How would I install more slide bars? Is there a separate command for that, or would I just reiterate something like in the video? Thx
@gustavoaponte1814 Жыл бұрын
meow meow meow~!
@jensen_93933 жыл бұрын
u play game , noice
@hanihafnaoui65593 жыл бұрын
I CANT FIND THE SCALE OPTION IN MY PYCHARM WHY ??
@krishma1680 Жыл бұрын
Tripta
@orfredymelobeltran52373 жыл бұрын
so i was lazy copy the code and remplece the hot and cold img for the pizza and hotdog XD
@BroCodez3 жыл бұрын
lol, I never thought about food on a sliding scale 🤔
@creator671410 ай бұрын
This is a 100 on my scale
@pet.me102 Жыл бұрын
Lol you didn't explain resolution, you edit skipped it 😂
@ชาลิสากาญจนศักดิ์ชัย Жыл бұрын
yes and that i had to google it and ask chatgpt instead haha