This app is designed to load web pages and files related to them: html, css, js. The application is available as a library or as a console utility.
This program is not posted on pypi.org, to install it you need to clone the repository or download the zip archive of the project and build it.
git clone [email protected]:IzvekovWeb/python-project-lvl3.git
cd python-project-lvl3
make build
After that you can install the package
make package-install
The page-loader library is now installed in your environment.
page-loader [--output <path>] <url>