A simple, fast, and optimized web browser built with Python and PyQt5. This project provides a functional browsing experience with a clean user interface, utilizing the power of the PyQtWebEngine.
- Modern Rendering: Powered by Chromium through QtWebEngine.
- Clean UI: Minimalist navigation bar and intuitive window controls.
- Fast Performance: Optimized for low resource consumption.
- Cross-Platform: Runs smoothly on any OS that supports Python and PyQt.
- Python: Core application logic.
- PyQt5: Professional GUI development.
- PyQtWebEngine: To render web content and handle HTTP requests.
- Install Dependencies: First, install the required libraries using pip:
pip install -r requirements.txtAlternatively, you can install them individually:
pip install PyQt5 PyQtWebEngine- Launch Browser: Run the main script to start the application:
python Erown.py