https://github.com/kartmaan/wallpaper_changer
A graphical interface designed with PyQt5 which allows to periodically change the wallpaper.
https://github.com/kartmaan/wallpaper_changer
browse-files countdown countdown-timer countdowntimer images pyqt5 wallpaper wallpaper-changer
Last synced: 2 months ago
JSON representation
A graphical interface designed with PyQt5 which allows to periodically change the wallpaper.
- Host: GitHub
- URL: https://github.com/kartmaan/wallpaper_changer
- Owner: Kartmaan
- License: mit
- Created: 2021-02-26T11:24:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T14:09:01.000Z (about 2 years ago)
- Last Synced: 2025-01-24T07:29:59.669Z (4 months ago)
- Topics: browse-files, countdown, countdown-timer, countdowntimer, images, pyqt5, wallpaper, wallpaper-changer
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
## The process is launched
# Requirements
- `PyQt5`
- `py-wallpaper` (Only compatible with Windows and Mac)