WebView better, i think?

This commit is contained in:
Patrick_Pluto 2024-09-23 16:35:16 +02:00
parent 1a45c04b88
commit 5a7961b10f
4 changed files with 8 additions and 11 deletions

7
py/run.py Normal file
View file

@ -0,0 +1,7 @@
import os
import webview
os.system("python api.py")
webview.create_window('Hello world', 'http://localhost:3000')
webview.start()