Skip to content

Pywebview ? #1964

Answered by freakboy3742
imxade asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • Installing Briefcase
  • Running briefcase new, selecting "No GUI framework" from the wizard
  • adding requires = ["pywebview"] to the generated pyproject.toml
  • Adding the "hello world" tutorial code from the pywebview website to the generated app.py's main method.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by imxade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants