Metadata-Version: 2.4
Name: shell-scripts
Version: 0.1.0
Summary: handy utilities for windows
Author: Harsh Shinde
License: Apache License 2.0
Project-URL: Repository, https://github.com/HarshShinde0/shell
Keywords: utilities,windows
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# shell-scripts

handy utilities for windows

## install

```bash
pip install shell-scripts
```

## quick run (no install)

run directly from powershell:

```powershell
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/HarshShinde0/shell/main/shell_scripts/scripts/save-wallpaper.ps1') }"
```

## usage

save windows spotlight wallpapers:

```bash
save-wallpaper
```

creates a `Lockscreen_Backups` folder with all your spotlight images as jpgs

## requirements

- windows
- python 3.7+

## license

Apache 2.0
