A lightweight, feature-rich web browser built with Python and PyQt5. This desktop application provides a clean interface with essential browsing functionalities.
- Clean and intuitive user interface
- Navigation toolbar with common browser actions
- URL bar with real-time updates
- Maximized window display for optimal viewing
- Home page functionality (Google.com)
- Forward and backward navigation
- Page reload capability
Before running this application, make sure you have the following installed:
- Python 3.x
- PyQt5
- PyQtWebEngine
- Install the required packages:
pip install PyQt5 PyQtWebEngine
- Clone this repository:
git clone https://github.com/yourusername/personal-web-browser.git
cd personal-web-browser
- Run the application:
python browser.py
- QMainWindow: Main application window controller
- QWebEngineView: Web page rendering engine
- QToolBar: Navigation bar container
- QAction: Button actions for navigation
- QLineEdit: URL input field
- Navigation Controls: Back, Forward, Reload, and Home buttons
- URL Management: Real-time URL updates and manual URL entry
- Window Management: Maximized window display for better user experience
- Event Handling: Connected signals and slots for user interactions
- Launch the application
- Use the navigation toolbar to browse:
- Click 'Back' to return to the previous page
- Click 'Forward' to go to the next page
- Click 'Reload' to refresh the current page
- Click 'Home' to return to Google.com
- Enter URLs directly in the URL bar and press Enter to navigate
Contributions are welcome! Here are some ways you can contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/improvement
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/improvement
) - Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- PyQt5 team for the excellent framework
- Qt Company for the QtWebEngine component
- Google for providing the default homepage
For any queries or suggestions, please open an issue in the GitHub repository.
Made with ❤️ using Python and PyQt5