Site Cloner

A simple tool to clone a website

This tool is for educational purposes only.Please follow the copyright laws of your country. Our team is not responsible for any misuse.

Installation

pip install site-cloner

Usage

from site_cloner import SiteCloner

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

Upcoming Features

Changelog

0.0.1

Contributors