PageLoader is a command line utility that downloads pages from the Internet and saves them to your computer. Together with the page, it downloads all the resources (images, styles and js) making it possible to open the page without the Internet.
pip install git+https://github.com/NNbaur/python-project-lvl3.git
or
$ git clone https://github.com/NNbaur/python-project-lvl3
$ cd ProjectDirectory
$ make install
$ make build
$ make package-install
from page_loader.build_path.loader import download
down = download(site, directory)
# directory: default - current directory
page-loader [-h] [-o OUTPUT] site_adress
Page loader
positional arguments:
site_adress
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
set directory path
How to work page-loader: