Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 408 Bytes

Web Browser GUI

A simple python project based on QT engine and QT5 libraries to make a basic web-browsing application with GUI. Feel Free to suggest some upgrades and bugs.

Setup and Run

  • Clone the repository and open a terminal in it.
  • Install PyQt5.
pip install PyQt5
  • Run the browser
python Browser.py

You can also use Pyinstaller to generate a quick-to-run exe file.