Pywebview ? #1964
Pywebview ?
#1964
-
Can GUI created with |
Beta Was this translation helpful? Give feedback.
Answered by
freakboy3742
Aug 17, 2024
Replies: 1 comment
-
Briefcase should be able to package any GUI framework, as long as that GUI framework can be installed entirely from PyPI. I've never used Pywebview before, but I was able to get a "hello world" example running by:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
imxade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Briefcase should be able to package any GUI framework, as long as that GUI framework can be installed entirely from PyPI.
I've never used Pywebview before, but I was able to get a "hello world" example running by:
briefcase new
, selecting "No GUI framework" from the wizardrequires = ["pywebview"]
to the generated pyproject.toml