SpotPapers is a Python application that retrieves wallpapers from the Windows Spotlight feature and saves them to a specified folder.
- Fetches wallpapers from the Windows Spotlight location.
- Saves wallpapers to a user-defined folder.
-
Install spotpapers
pip install spotpapers
-
Pass the API for AI Renaming (air) with the flag
--air
or setting the environment varableGROQ_API_KEY
-
Running the application
spotpapers
[!TIP]
Try using the--help
flag to get more info. -
The wallpapers will be fetched from the following location:
C:\Users\user\AppData\Local\Packages\Microsoft.Windows ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
-
The wallpapers will be saved to the
Pictures\Spotlight Wallpapers
folder.
Contributions are welcome! Please open an issue or submit a pull request.
-
Clone the repository:
git clone https://github.com/Glitchyi/spotpapers
-
Navigate to the project directory:
cd spotpapers
-
Create a virtual environment:
python -m venv .env
-
Activate the virtual environment:
source .env/Scripts/activate
-
Install the required dependencies:
pip install -e .
This project is licensed under the MIT License.
For any questions or suggestions, please contact advaith@glitchy.systems
.