Files
glances/tests-data/issues/issue869.py
2025-11-04 21:41:15 +01:00

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()