Wallpic is a desktop application built with Flutter and Flet that allows you to search for and set wallpapers easily.
- Search for wallpapers based on keywords.
- Set wallpapers with just a click.
- Customize your wallpaper selection.
To install Wallpic, simply download the latest release for your platform from the Releases page.
- Launch the application.
- Use the search bar to enter keywords for wallpapers you want to find.
- Click on the wallpaper you want to set.
- Optionally customize wallpaper settings.
- Click "Set Wallpaper" to apply the selected wallpaper.
- Python
- Flutter
- Flet
To run Wallpic locally for development:
- Clone this repository:
git clone https://github.com/baqx/wallpic.git
cd wallpic
- Replace PEXELS_API_KEY in main.py with your pexels api key.
To package this project for windows
-
Navigate to the project directory
-
Package for exe using this command
flet pack main.py --icon=assets/icon.png --product-version=1.1.0 --copyright=""
OR
flet build desktop