-
大小: 6.59KB文件類(lèi)型: .py金幣: 1下載: 0 次發(fā)布日期: 2021-01-30
- 語(yǔ)言: Python
- 標(biāo)簽: 天氣預(yù)報(bào)??python??天氣??查詢??
資源簡(jiǎn)介
代碼片段和文件信息
from?tkinter?import?*
import?tkinter?as?tk
import?requests
from?PIL?import?ImageTk?as?itk
class?Myframe(frame):
????def?__init__(self):
????????self.root=Tk()
????????self.root.title(“天氣查詢“)
????????self.root.geometry(‘1200x700+400+220‘)
????????bg?=?tk.Canvas(self.root?width=1200?height=600?bg=‘white‘)
????????#self.img?=?itk.PhotoImage(file=“bg.gif“)
????????#bg.place(x=100?y=40)
????????#bg.create_image(0?0?anchor=NW?image=self.img)
????????self.city?=?Entry(self.root?width=16?font=(“仿宋“?18?“normal“))
????????self.city.place(x=200?y=60)
????????citylabel=Label(self.roottext=‘查詢城市‘font=(“仿宋“?18?“normal“))
????????citylabel.place(x=80y=60)
????????#查詢按鈕
????????chaxun?=?Button(self.root?width=10?height=3?text=“查詢“?bg=‘#00CCFF‘?bd=5?fo
評(píng)論
共有 條評(píng)論