7
私はtkinterスクリプトを持っています。私はあなたのウェブサイトmodule for thatありますPythonでWebブラウザでURLをプログラムで開く
from tkinter import *
app = Tk()
app.geometry("250x400")
app.title("Links")
def Link():
?
button1 = Button(app, text = "To a web site.", command = Link)
button1.pack()
app.mainloop()
'輸入antigravity' – user1031493
+1のおかげで、それが動作するかどう受け入れられるよう、答えをチェックしてください:3 – Johnsyweb
のヘルプ – Shish