DEV Community

Cover image for how the create webview in Python for Desktop?
Pedro Josué
Pedro Josué

Posted on

how the create webview in Python for Desktop?

pip install pywebview;

`py
import webview

webview.create_window("Facebook", "https://www.facebook.com")
webview.start()`

Image description

Top comments (0)