mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-24 06:28:40 -05:00
8 lines
183 B
Python
8 lines
183 B
Python
# Install PyWebview before running this test
|
|
# But need Qt installed on the system...
|
|
|
|
import webview
|
|
|
|
webview.create_window('Hello world', 'http://localhost:61208/')
|
|
webview.start()
|