from tkinter import *
import webbrowser
url = 'https://thenewboston.com'
def openUrl():
webbrowser.open(url,2)
root = Tk()
myButton = Button(root, text='go to the new boston', command= openUrl)
myButton.pack()
root.mainloop()
ESP32 (ESP-IDF in VS Code) MFRC522 + MQTT + PYTHON TKinter +SQLite ESP32 VS Code 程式 ; PlatformIO Project Configuration File ; ; Build op...
沒有留言:
張貼留言