Web Clone Script is a simple Python tool that enables you to clone and save the frontend of any website. This tool can capture all necessary resources such as HTML, CSS, JavaScript, and media files, enabling you to replicate the appearance and behavior of the original website.
-
Clone websites with ease.
-
Save all necessary assets: HTML, CSS, JS, and images.
-
Command-line tool for quick execution.
-
Free and open-source.
To use this tool, follow the steps below:
git clone https://github.com/cyberbyted/websiteclone.git
cd websiteclone
chmode +x ./install.sh
./install.sh
Created By Cyberbyted