
Want to download a website for later or want to cut yourself off from the Internet for a while, just download the important websites. Whether it’s some website for reading docs or a website for personal usage, Webber got you covered.
It stores files locally and is strictly restricted for usage on websites which permit downloading and don’t restrict this behavior.
Websites like www.youtube.com don’t allow this and it’s advised to follow the same. This project is only for educational purposes. It neither spreads any form of misinformation nor promotes non-abidement of policies.
You can get the precompiled exe’s for your platform from the Releases Section or set up the project locally using the instructions below.
Setting up an environment is a must !
python -m venv .env
.env\Scripts\activate
python3 -m venv .env
source .env/bin/activate
Requirements for the project can be set-up using the following pip command on all platforms.
pip install -r requirements.txt
Running the project can be done in 2 ways !
Run
python src/main.pyorpython3 src/main.pyfrom the WEBBER directory which will open the pygame window for you.
Run
python src/website.pywith the following non-optional args:-
Basic Command
python src/website.py some_url True True False False False 0 2 . True True True 12344 50 {} {}
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
Distributed under the Creative Commons CC0 1.0 License. See LICENSE for more information.
Yogya Chugh
yogya.developer@gmail.com / yogyachugh.coder@gmail.com
Credits to all the resources used can be found here