Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.37 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.37 KB

Wallpaper_changer

Wallpaper Changer is a graphical interface designed with PyQt5 which allows to periodically change the wallpaper.

(For Windows)

How does the program work ?

  • The first thing to do is to select a folder containing images likely to be wallpapers. Once this is done, the program indicates the number of images present in the directory. Note : if the directory does not contain images, or too few (at least 2), the process will not be able to start.

  • Then the user sets a timer which will determine how often the wallpaper should change. The unit of time can be in minutes or seconds.

  • Once the process has been launched (indicated by a green LED), the program randomly chooses the images in the directory choosen by the user. Note : only the .jpg, .jpeg and .png images are taken into account.

  • A countdown announces the display of the next wallpaper, a counter of wallpapers already displayed is also available.

  • The user can stop the process at any time by pressing STOP.

Screenshots

Setting the timer after choosing the directory

cap1

The process is launched

cap2

Requirements

  • PyQt5
  • py-wallpaper (Only compatible with Windows and Mac)