Skip to main content

Auto save HTML files from URLs for Offline Viewing

Project description

urlToHTML

Save your favorite site, blog, html in just two lines of code.

This is an example project that is used to demonstrate how to publish Python packages on PyPI. To take a look at the step by step guide on how to do so, make sure you read my article on my personal blog.

Installing

pip install urlToHTML

Usage

url = 'https://blog.octachart.com/how-to-deploy-a-docz-site-on-render'

from urltohtml import Blog 
new = Blog().save(url, "file")

You don't have to add file extension to the second parameter.

So running the script automatically creates file.html

🌟 ♥ Hope You Found This Useful 🌟 ♥

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

urlToHTML-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

urlToHTML-1.0.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page