python:实现带有GUI界面的天气预报小工具
import tkinter as tk
import requests
from bs4 import BeautifulSoup
url = "https://weather.com/en-IN/weather/today/l/32355ced66b7ce3ab7ccafb0a4f45f12e7c915bcf8454f712efa57474ba8d6c8"
root = tk.Tk()
root.title("Weather"
import tkinter as tk
import requests
from bs4 import BeautifulSoup
url = "https://weather.com/en-IN/weather/today/l/32355ced66b7ce3ab7ccafb0a4f45f12e7c915bcf8454f712efa57474ba8d6c8"
root = tk.Tk()
root.title("Weather"