How to link button to entries/labels in gui in Python | tkinter
Автор: Coding With Heart
Загружено: 2024-12-07
Просмотров: 27
How to link button to entries/labels in gui in Python | tkinter
entry_lat = tk.Entry(root, width=20)
entry_lat.grid(row=0, column=1, padx=10, pady=10)
tk.Button(root, text="Get Place Name", command=get_place_name).grid(row=3, column=0, columnspan=2, pady=10)
lat = float(entry_lat.get())
lon = float(entry_lon.get())

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: