Skip to content

I have try to build a WebView Application using python

Notifications You must be signed in to change notification settings

constantinedev/WebView-PyQt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

WebView-PyQt5


I have try to build a WebView Application using python
So What I have to try pywebview and PyQt5 are most popular of the network Framwork had to been used.
But I have try all the update with PyQt5 and pywebview buit to run on #Win10
So why we most we have too much problum are using in with the #PyInstaller

Most FW are not work after the pyinstaller with the new python3.7+ and pywebview

I just only can make it work with PyQt5 and running well in Window10 So what are the code?
The run.py are just the Core WebView of the PyQt5 Updated FW
Even you can buid with you own with PyInstaller



==WHAT HAVE YOU SHOUD INSTALL==
python3 -m pip install PyQt5 PyQt5-tools pyqtwebengine PyInstaller
run the pip to install the top also (It just taget for Window in main)



==CAN IT WORK ON OSX OR LINUX==
It should be work but may be some of the API and patch you should be make it by your own



==PyInstaller Builder==
To build the code to EXE file from PyInstaller

you should have to install the pyinstaller from pip befor

python3 -m pip install PyInstaller

--build the exe--
(For Windows)

pyinstaller -wF -n DemoWebView .\run.py

The file will output to the 'dist' folder
The file should be bigger the 100M so I can't try to upload the demo EXE file you
If you have any problem try asking us in Issues
Open question

I really want to make the webview just for pywebview
But I don't know why what are the pyinstaller can't execute the view after build
If you have and idea of make it on pywebview and work for after pyinstaller builder
Let each other know! You are Welcome

I have teset again with Raspberry Pi 3B+ and Pi4
it should recommand to run with the python3.6 version
the 3.7+ are not support the qt5 better as well
Only in Pi beta

About

I have try to build a WebView Application using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages