Metadata-Version: 2.1
Name: wallger
Version: 1.0.0
Summary: Wallpaper changer for Linux, get images from Wallhaven, Unsplash and others!
Home-page: https://github.com/UltiRequiem/wallger
License: MIT
Keywords: commands,wallpapers,utilities,cli
Author: Eliaz Bobadilla
Author-email: eliaz.bobadilladev@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/UltiRequiem/wallger
Description-Content-Type: text/markdown

# Wallger: The Wallpaper Changer

![CodeQL](https://github.com/UltiRequiem/wallger/workflows/CodeQL/badge.svg)
![Pylint](https://github.com/UltiRequiem/wallger/workflows/Pylint/badge.svg)
[![Code Style](https://img.shields.io/badge/Code%20Style-Black-000000.svg)](https://github.com/psf/black)
[![PyPi Version](https://img.shields.io/pypi/v/wallger)](https://pypi.org/project/wallger)
![Repo Size](https://img.shields.io/github/repo-size/ultirequiem/wallger?style=flat-square&label=Repo)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Lines of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/wallger?color=blue&label=Total%20Lines)

## Install

You can install [Wallger](https://pypi.org/project/wallger) from PyPI like
any other package:

```bash
pip install wallger
```

To get the last version:

```bash
pip install git+https:/github.com/UltiRequiem/wallger
```

If you use Linux, you may need to install this with sudo to
be able to access the command throughout your system.

## Example Config

This configuration goes in `~/.config/wallger/config.json`:

```json
{
  "resolution": [1600, 900],
  "provider": "wallhaven",
  "path": "/home/zero/disk/sabare/wallger",
  "topic": "anime",
  "nfsw": false
}
```

### License

Wallger is licensed under the [MIT License](./LICENSE).

