Metadata-Version: 2.1
Name: site-cloner
Version: 0.0.1
Summary: Clone a website
Home-page: https://github.com/Py-Contributors/site-cloner
Author: Deepak Raj
Author-email: deepak008@live.com
Maintainer: Deepak Raj
Maintainer-email: deepak008@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center"> Site Cloner</h1>
<p align="center">A simple tool to clone a website</p>
<p align="center">This tool is for educational purposes only.Please follow the copyright 
    laws of your country. Our team is not responsible for any misuse.</p>

## Installation

```bash
git clone https://github.com/Py-Contributors/site-cloner
cd site-cloner
pip install -r requirements.txt
```

## Usage

```python
from site_cloner import SiteCloner

sc = SiteCloner("https://codeperfectplus.herokuapp.com/")
sc.clone_website()
```

## Upcoming Features

- [x] Add Support for download multiple pages(v1.0.0)
- [x] Add Support for downloading images(v1.0.0)\
- [x] Pip Package Support
- [ ] Add support for cloning websites with login


## Changelog

**0.0.1**

- [x] Initial Release
- [x] Implemented basic functionality
- [x] Implemented downloading of images
- [x] Implemented downloading of multiple pages
- [x] Pip Package Support


## Contributors

<a href="https://github.com/Py-Contributors/site-cloner/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=Py-Contributors/site-cloner" />
</a>



