Skip to content

dkovacevic15/simple_desktops_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Desktops Wallpaper Downloader

Downloads all wallpapers from simpledesktops.com (requires Python 3.x)

Guide for Windows:

  1. Install Python 3 (make sure Python is added to PATH, the installer should help you out here)
  2. Open up the command prompt (search for it in the start menu)
  3. Type in the following commands (wait for one to finish, then enter the next):
  pip install beautifulsoup4
  pip install requests
  pip install lxml
  1. Download the .py file from this repository
  2. Copy it to the folder where you want to download all the wallpapers
  3. Right-click it
  4. Press "Open with IDLE"
  5. Press F5
  6. Wait (Due to the actual website being relatively small, and Python not really being the fastest language there is, expect this step to take a while)

Note: If the program finds a file already downloaded, it will stop. Because of this, you can use it to update your wallpaper dir whenever a new wallpaper is posted. To disable this, open the py file in notepad and change the first line from 'STOP_IF_FOUND = True' to 'STOP_IF_FOUND = False' (mind the capital F)

About

Downloads all wallpapers from simpledesktops.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages