from tkinter import *
def result(event):
if prap1.get()==1 and prap4.get() == 1:
label["text"]="Ви обрали жовту гуаш"
elif prap2.get()==1 and prap3.get()==1:
label["text"]="Ви обрали зелену акварель"
window=Tk()
window.geometry("400x400")
label=Label (window, text="3робiть свiй вибip")
label.place(x-100, y=50)
prap1-IntVar()
prap2=IntVar()
prap3=IntVar()
prap4-IntVar()
prapor1-Checkbutton (window, text="Xовтий", variable-prap1, onvalue=1, offvalue=0)
prapor1.place(x=100, y=100)
prapor2=Checkbutton (window, text="³елений", variable-prap2, onvalue=1, offvalue=0)
prapor2.place(x-100, y=130)
prapor3=Checkbutton (window, tеxt="Акварель", variable-prap3, onvalue=1, offvalue=0)
prapor3.place(x=100, y=160)
prapor4=Checkbutton (window, text="ryaw", variable-prap4, onvalue=1, offvalue=0)
prapor4.place(x-100, y=190)
window.bind("<Button-3>", result)
window.mainloop()
Є такий сайт https://brandfolder.com/workbench/extract-text-from-image туда можна загрузити фото тексту і його скопіювати
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
from tkinter import *
def result(event):
if prap1.get()==1 and prap4.get() == 1:
label["text"]="Ви обрали жовту гуаш"
elif prap2.get()==1 and prap3.get()==1:
label["text"]="Ви обрали зелену акварель"
window=Tk()
window.geometry("400x400")
label=Label (window, text="3робiть свiй вибip")
label.place(x-100, y=50)
prap1-IntVar()
prap2=IntVar()
prap3=IntVar()
prap4-IntVar()
prapor1-Checkbutton (window, text="Xовтий", variable-prap1, onvalue=1, offvalue=0)
prapor1.place(x=100, y=100)
prapor2=Checkbutton (window, text="³елений", variable-prap2, onvalue=1, offvalue=0)
prapor2.place(x-100, y=130)
prapor3=Checkbutton (window, tеxt="Акварель", variable-prap3, onvalue=1, offvalue=0)
prapor3.place(x=100, y=160)
prapor4=Checkbutton (window, text="ryaw", variable-prap4, onvalue=1, offvalue=0)
prapor4.place(x-100, y=190)
window.bind("<Button-3>", result)
window.mainloop()
Є такий сайт https://brandfolder.com/workbench/extract-text-from-image туда можна загрузити фото тексту і його скопіювати