An open API service indexing awesome lists of open source software.

https://github.com/staff6773/wallpaper-change

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.
https://github.com/staff6773/wallpaper-change

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Wallpaper Changer

**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.

## Features

- **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.

## Requirements

- Python 3.12 or higher
- Python Packages:
- `tkinter`
- `plyer`
- `Pillow`
- `pystray`
- Windows operating system

## Installation

1. Clone the repository:

```bash
git clone https://github.com/staFF6773/Wallpaper-Change.git
```

2. Navigate to the project directory:

```bash
cd wallpaper-changer
```

3. Install the necessary dependencies:

```bash
pip install -r requirements.txt
```

## Usage

1. Run the application

```bash
python wallpaper_changer.py
```

2. Select your desired day and night wallpapers.

4. Set the wallpaper change times.

6. Save the settings and minimize the window to the system tray.

## Contributing

Contributions are welcome. Please open an issue or submit a pull request to discuss changes and improvements.

## License

This project is licensed under the MIT License.

```md
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.
```