A simple web browser built with Python and PyQt5, featuring navigation controls, a URL/search bar.
- Navigate to web pages.
- Enter URLs or search queries in the address bar.
- Modern UI with icon-based navigation.
- Python 3.x
- PyQt5
- PyQtWebEngine
- Install dependencies:
pip install PyQt5 PyQtWebEngine
- Place icon images in the
icons/folder (back.png, forward.png, reload.png, home.png, bookmark.png).
Run the app with:
py main.pymain.py: main application fileicons/: folder containing navigation icons
MIT