Skip to content

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 g…

License

Notifications You must be signed in to change notification settings

pipibear/web-browser

Repository files navigation

Description

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.

  • top menu screenshot-1
  • setting dialog screenshot-2
  • print preview screenshot-3
  • pdf preview screenshot-4
  • download files screenshot-5

Requirements

  • python 3.7+
  • pyqt5 5.12
  • pyqt5-tools 5.12
  • pyqtwebengine 5.12
  • pyinstaller3.5+

Quick Start

run python main.py on command line

you can also view the ./config.ini for details

Compile

  • windows
    • run ./build.bat on command line
  • mac
    • run ./build.sh on terminal shell

About

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 g…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages