A minimal desktop web browser built with PyQt5 and QtWebEngine, featuring back/forward/reload buttons and a URL bar.
- Run
python main.py. A maximised desktop window titled "EFFLUX browser" opens, loadinghttp://www.google.com. - Type a URL (e.g.
https://www.python.org) in the URL bar at the top and press Enter. The page loads and the URL bar updates to the new address. - Click the back button (
⮜) to return to the previous page, or the forward button (⮞) to go forward again. - Click the reload button (
⟳) to refresh the current page.
pip install PyQt5 PyQtWebEngine
python main.py
- PyQt5
- PyQtWebEngine