Metadata-Version: 2.4
Name: PortMiner
Version: 0.1.4
Summary: A simple and Lite URL port scanner built with pure Python
Home-page: https://github.com/MobinSalehiP/PortMiner
Author: Mobin Salehi
Author-email: salehimobin343@gmail.com
Project-URL: GitHub, https://github.com/MobinSalehiP/Port-Miner
Project-URL: PyPI, https://pypi.org/project/PortMiner/
Keywords: port scanner url socket urllib network security terminal
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# Port Miner 🎅

[![PyPI version](https://img.shields.io/pypi/v/portminer.svg)](https://pypi.org/project/PortMiner/)
[![Python Version](https://img.shields.io/pypi/pyversions/portminer.svg)](https://pypi.org/project/PortMiner/)
[![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/portminer.svg)](https://pypi.org/project/PortMiner/)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/portminer?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/portminer)
[![Status](https://img.shields.io/badge/status-active-brightgreen)]()

A simple, fun, and lightweight port scanner built with pure Python.

It asks the user for a URL, checks a list of common ports, and prints the open ones.

No third-party libraries needed.

---

## ✨ Features

- ⚡ Very lightweight
- 🧩 Pure Python (`socket` + `urllib.parse`)
- 🎯 Easy to use
- 🔎 Scans a list of ports
- 🖨 Prints only open ports

---

## 🛠 Requirements

- Python **3.6+**
- Works on Windows, Linux, and macOS

---

---

## 👨‍💻 How To Use

- 🟩 from PortMiner import scan_ports

- 🟩 scan_ports()

---

## 📦 Installation

### From PyPI
```bash
pip install portminer
