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.
- 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.