/Wallpaper-Downloader

A Python script that downloads a random wallpaper from unsplash.com and saves it to a local directory.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Wallpaper-Downloader

A Python script that downloads a random wallpaper from unsplash.com and saves it to a local directory.

Requirements

Installation

  • windows, mac, linux
  1. Download the script from this repository or copy the code into a new Python file.
  2. Install Python 3.8 or higher on your computer if it is not already installed.
  3. Open a cmd or terminal or shell in the extracted directory
  4. Run the script using the command python wd.py.
  • Termux
  1. If it is not installed on your device, download it here. Termux
  2. Open Termux app
  3. Install git pkg install git
  4. Install python pkg install python
  5. Clone the git git clone https://github.com/aliilapro/Wallpaper-Downloader
  6. Open script cd Wallpaper-Downloader
  7. Run script python3 wd.py

Usage

When you run the script, it will download a random wallpaper from unsplash.com and save it to a directory called ~/wallpaper. You can change the download directory by modifying the DOWNLOAD_DIR variable in the script.