/spotpapers

Small python tool to get the wallpapers from the windows spotlight cache.

Primary LanguagePythonMIT LicenseMIT

SpotPapers

SpotPapers is a Python application that retrieves wallpapers from the Windows Spotlight feature and saves them to a specified folder.

Features

  • Fetches wallpapers from the Windows Spotlight location.
  • Saves wallpapers to a user-defined folder.

Installing & Setup

  • Install spotpapers

    pip install spotpapers
  • Pass the API for AI Renaming (air) with the flag --air or setting the environment varable GROQ_API_KEY

Working

  1. Running the application

    spotpapers

    [!TIP]
    Try using the --help flag to get more info.

  2. The wallpapers will be fetched from the following location:

    C:\Users\user\AppData\Local\Packages\Microsoft.Windows ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
    
  3. The wallpapers will be saved to the Pictures\Spotlight Wallpapers folder.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

  1. Clone the repository:

    git clone https://github.com/Glitchyi/spotpapers
  2. Navigate to the project directory:

    cd spotpapers
  3. Create a virtual environment:

    python -m venv .env
  4. Activate the virtual environment:

    source .env/Scripts/activate
  5. Install the required dependencies:

    pip install -e .

License

This project is licensed under the MIT License.

Contact

For any questions or suggestions, please contact advaith@glitchy.systems.