This is a customized simple web browser. It is written in Python language based on Qt5 and chrome. You can package your web page into a stand-alone desktop application. You can also customize your user interface with QSS code. It even allows you to use js code to call system API. The most important thing is that it is too simple to use. It can greatly improve your development efficiency.
- python 3.7+
- pyqt5 5.12
- pyqt5-tools 5.12
- pyqtwebengine 5.12
- pyinstaller3.5+
run python main.py on command line
you can also view the ./config.ini for details
- windows
- run ./build.bat on command line
- mac
- run ./build.sh on terminal shell




