Metadata-Version: 2.4
Name: webmirror
Version: 1.0.0
Summary: A multi-threaded website mirroring tool that downloads and saves websites locally.
Home-page: https://github.com/nfs-tech-bd/webmirror 
Author: Your Name
Author-email: nafisfuad340@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: urllib3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🌐 WEB MIRROR | ⚡ Fast Python Website Mirroring Tool

![Python](https://img.shields.io/badge/Python-3.7+-blue?logo=python&logoColor=white)
![Status](https://img.shields.io/badge/Project-Active-brightgreen)
![Contributions](https://img.shields.io/badge/Contributions-Welcome-blueviolet)

> A multi-threaded Python script that mirrors any website locally for offline browsing — complete with HTML, JS, CSS, and image support.

---

## 📸 Screenshot

<p align="center">
  <img src="https://raw.githubusercontent.com/nfs-tech-bd/webmirror/refs/heads/main/logo.png" alt="WebMirror SS" width="500"/>
</p>

---

## ✨ Features

- ✅ Multi-threaded crawling (5 threads)
- ✅ Rewrites all internal links for local browsing
- ✅ Saves HTML, CSS, JS, images and more
- ✅ Automatically creates folders using the domain name
- ✅ Uses a realistic `User-Agent` header
- ✅ Minimalistic CLI experience
- ✅ Simple and clean output

---

## 🧰 Installation
```
pip install webmirror
```



## 🚀 Usage
```webmirror -d https://example.com```


## 🛡️ Disclaimer

This tool is for educational, testing, and archival purposes only.
Please do not use it to scrape, mirror, or clone websites without permission.

## 🙌 Credits
Made by <a href="https://t.me/Nafisfuad1">B14CK-KN1GH7</a>
With ❤️ using Python and a lot of curiosity.
