Metadata-Version: 2.1
Name: music-bg
Version: 0.2.0
Summary: Dynamic wallpapers with power of mpris2.
Home-page: https://github.com/music-bg/music_bg/wiki
Keywords: Music,Dbus,Image Processing,Music Background,Mpris2
Author: Pavel Kirilin
Author-email: win10@list.ru
Requires-Python: >=3.8,<4.0
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Typing :: Typed
Requires-Dist: Pillow-SIMD (>=7.0.0,<8.0.0)
Requires-Dist: PyGObject (>=3.40.1,<4.0.0)
Requires-Dist: dbus-python (>=1.2.16,<2.0.0)
Requires-Dist: entrypoints (>=0.3,<0.4)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: xdg (>=5.1.1,<6.0.0)
Project-URL: Documentation, https://github.com/music-bg/music_bg/wiki
Project-URL: Repository, https://github.com/music-bg/music_bg/
Description-Content-Type: text/markdown

![python version](https://img.shields.io/pypi/pyversions/music_bg?style=flat-square) ![Build status](https://img.shields.io/github/workflow/status/music-bg/music_bg/Release%20package?style=flat-square) [![version](https://img.shields.io/pypi/v/music_bg?style=flat-square)](https://pypi.org/project/music_bg/)


<div align="center">
<img src="https://raw.githubusercontent.com/music-bg/music_bg/master/images/logo.png" width=700>
</div>

<p align="center">
    <a href="https://github.com/music-bg/music_bg/wiki">Wiki</a> •
    <a href="#about">About</a> •
    <a href="#installation">Installation</a>
</p>

<div align="center">
<h1 id="about">About</h1>
</div>

This project is a dynamic wallpaper changer.
It waits untill you turn on the music,
downloads album cover if it's possible and
sets it as your wallpapper.

And the main thing, this project is highly customizable.
You can install plugins and write your own configurations.

<div align="center">
<h1 id="installation">Installation</h1>
</div>

⚠️ This project requires DBUS to be installed. Currently only linux is supported. ⚠️

To install this project simply run:
```bash
pip install music_bg
# Also you can install extra processors
# by running
pip install music_bg_extra
```

That's it. Now you can read our [wiki](https://github.com/music-bg/music_bg/wiki)
to set up your own music background.

