Skip to content

akocur/python-project-lvl3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Linter

CODE CLIMATE:

MaintainabilityTest Coverage

PageLoader is a command-line utility that downloads pages from the Internet and saves them on your computer. Together with the page, it downloads all resources (images, styles and js), allowing you to open the page without the Internet.

Usage:

As CLI tool:

> page-loader --help
usage: page-loader [options] <url>

PageLoader is a command-line utility that downloads pages from the Internet and saves them on your computer. Together with the page, it downloads all resources (images, styles and js), allowing you to open the page without the Internet.

positional arguments:
  url

optional arguments:
  -o [dir], --out [dir]
                        output directory where the specified url is saved (default:
                        /home/sense/projects/python-project-lvl3)
  -h, --help            display help for command

Demo:

Downloading page:

asciicast

Dowloading page with images:

asciicast

Downloading page with images, links, scripts:

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published