SkillAgentSearch skills...

IBrowser

iBrowser is a modern minimalist web browser built with Python using PyQt5 and QtWebEngine, featuring a sleek dark interface with tab management and fast navigation. It offers a custom start page with quick access to popular sites and elegant glassmorphism design for an enhanced user experience.

Install / Use

/learn @IbrokhimN/IBrowser
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

🌐 iBrowser — Minimalist Web Browser

<p align="center"> <img src="https://img.shields.io/badge/Python-3.8%2B-blue?logo=python&style=for-the-badge"> <img src="https://img.shields.io/badge/PyQt5-5.15.9-green?logo=qt&style=for-the-badge"> <img src="https://img.shields.io/badge/License-Apache%202.0-yellow?style=for-the-badge"> <img src="https://img.shields.io/badge/Platform-Linux-lightgrey?logo=linux&style=for-the-badge"> <img src="https://img.shields.io/github/stars/IbrokhimN/iBrowser?style=for-the-badge&color=gold"> </p>

🚀 iBrowser is a lightweight and minimalist web browser built with Python + PyQt5. It’s designed to be fast, distraction-free, and intuitive, giving you just what you need to browse efficiently.


✨ Features

  • Tabs with drag & drop
  • Navigation: Back, Forward, Reload, Home
  • Address Bar: Enter URLs or search queries
  • Bookmarks for quick access
  • Custom Start Page with clean design

📸 Screenshot

<p align="center"> <img src="https://raw.githubusercontent.com/IbrokhimN/Photon/refs/heads/main/example.png" width="700"> </p>

⚡ Installation

Prerequisites

  • Python 3.8+
  • pip

Install Dependencies

pip install -r requirements.txt

Run

python main.py

🎹 Controls

  • New Tab: Ctrl+T or click New Tab
  • Close Tab: Middle mouse button or click X
  • Navigation: Back / Forward / Reload / Home
  • Home Button: Return to start page

🛠 Development

  • Modular design with PyQt5 signals/slots
  • PEP 8 compliant
  • Type hints used

📜 License

Licensed under the Apache 2.0 License.

Related Skills

View on GitHub
GitHub Stars4
CategoryDesign
Updated6mo ago
Forks0

Languages

Python

Security Score

77/100

Audited on Sep 23, 2025

No findings