Wallpaper Changer is a desktop application written in Python that automatically changes your system wallpaper based on the time of day. Designed for Windows, the application provides a convenient way to manage different wallpapers for day and night, with the option to run in the background minimized to the system tray.
- Wallpaper Selection: Choose different wallpapers for day and night.
- Time-Based Configuration: Set specific times for switching between the day and night wallpapers.
- Notifications: Displays a notification when the wallpaper changes, with customizable notification icons.
- System Tray Minimization: When closing the main window, the application minimizes to the system tray to continue running in the background.
- Graphical Interface: Utilizes
tkinter
for a simple and accessible graphical interface. - Customizable Icons: Supports custom icons for both the application window and notifications.
- Python 3.12 or higher
- Python Packages:
tkinter
plyer
Pillow
pystray
- Windows operating system
- Clone the repository:
git clone https://github.com/staFF6773/Wallpaper-Change.git
- Navigate to the project directory:
cd wallpaper-changer
- Install the necessary dependencies:
pip install -r requirements.txt
- Run the application
python wallpaper_changer.py
-
Select your desired day and night wallpapers.
-
Set the wallpaper change times.
-
Save the settings and minimize the window to the system tray.
Contributions are welcome. Please open an issue or submit a pull request to discuss changes and improvements.
This project is licensed under the MIT License.
You can replace `https://github.com/staFF6773/Wallpaper-Change.git` with the actual URL of your repository. This format will make it easy for users to understand and use your project.