CloneUI is a Python library designed to clone a webpage into a structured folder format effortlessly.
Project description
Sure! Here's the updated version of the README with the name changed to CloneUI:
CloneUI
CloneUI is a Python library designed to clone a webpage into a structured folder format effortlessly. With CloneUI, you can easily download and save a webpage with its resources like images, CSS, and JavaScript files, organized in a folder structure.
Installation
To install CloneUI, use pip:
pip install cloneui
Usage
Basic Example
Here is how you can use CloneUI to clone a webpage:
from cloneui import CloneUI
# Provide the URL of the webpage you want to clone
url = "https://example.com"
# Download and save the webpage in a structured folder format
CloneUI.download_webpage(url)
Functionality
- Cloning a webpage: This function downloads the webpage and all its resources, organizing them into a folder structure that replicates the page’s elements.
- URL Support: You can use any valid URL to clone the webpage.
How It Works
CloneUI downloads the HTML, CSS, JavaScript, and image files associated with the webpage. It then organizes these resources into a folder structure, making it easy to view and access them locally.
- The HTML content is saved in the main folder.
- CSS, JavaScript, and image files are placed in respective subdirectories.
- All resources are linked correctly to match the structure of the original webpage.
Contributing
We welcome contributions! If you'd like to help improve CloneUI, feel free to submit a pull request or open an issue with any suggestions or bug reports.
License
This project is licensed under the MIT License - see the LICENSE file for details.
You can now use this updated README file in your project. Just replace your existing README.md content with the one above, and it will reflect the changes with the new name CloneUI.
Let me know if you need further modifications or have additional questions!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cloneui-0.1.2.tar.gz.
File metadata
- Download URL: cloneui-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a00c8b27b74910627e7fa2ef2877467a63e4f54840745ba6e9dba3ce782e4570
|
|
| MD5 |
5706355331a1ad3a26b09045a3f672ee
|
|
| BLAKE2b-256 |
02f5eb82e82fced7d04154f1a9c98e51487b3ae1e0359b7b1138a1a7e33922e2
|
File details
Details for the file cloneui-0.1.2-py3-none-any.whl.
File metadata
- Download URL: cloneui-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60f3071ebe999cca1219bd01ca8b6890138c3d0a00f8e1d9f676fad0a844eb96
|
|
| MD5 |
daeca24aba4c91d141d12b50b39e53db
|
|
| BLAKE2b-256 |
d8b408fa87d713a964691c037c715ae7728f93c112f15b44e6cce686fed283ef
|