Skip to content

Instantly share code, notes, and snippets.

@xeecos
Created January 10, 2022 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeecos/d225ec33bf00883fab969d61211cdfd0 to your computer and use it in GitHub Desktop.
Save xeecos/d225ec33bf00883fab969d61211cdfd0 to your computer and use it in GitHub Desktop.
mini webview client
import webview
webview.create_window('Stellarium-Web', 'https://stellarium-web.org/')
webview.start()
@xeecos
Copy link
Author

xeecos commented Jan 10, 2022

pip install pywebview
pyinstaller -F -w webview.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment