Skip to content

abhishek-aar-zz/rogWall-dl

Repository files navigation

rogWall-dl

Asus ROG Wallpaper Downloader
Written in: Python

DISCLAIMER
  • This project is done only for educational purpose
  • If you are interested in creating any web scraper, you can learn through my projects
  • I am not responsible for any future controversies/copyright issues
  • Making use of my project for any illegal activities does not count as my responsibility

Instruction Video on Youtube.

Shall be released soon.

What is it?

It is a python based downloader used to download high quality [4k] wallpapers from ASUS ROG official site.

Why is it in python?

Since python is one of the programming languages which is very popular and very powerful. We use python for our tool's development.


Prerequisite

Firstly you need python in your computer.
Download these modules: requests, Beautifulsoup, tqdm, urllibs
Run the given commands on windows command-line. This instruction is particularly for Windows user. If you use any other machine, please see the documentations of the following modules.

pip install requests
pip install beautifulsoup4
pip install tqdm
pip install urllib3

Usage

  1. Download the files as it is [clone].
  2. Just run the python file on your computer using any IDE.

A new folder will be created in the same directory where you have your python file. Inside this folder, you have your downloaded wallpapers.
If you want to change the resoluion from best available to least available, change maxx to minn in the line#72

Thank You