Asus ROG Wallpaper Downloader
Written in: Python
- 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
It is a python based downloader used to download high quality [4k] wallpapers from ASUS ROG official site.
Since python is one of the programming languages which is very popular and very powerful. We use python for our tool's development.
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
- Download the files as it is [clone].
- 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