Metadata-Version: 2.4
Name: music_bg
Version: 0.3.0
Summary: Dynamic wallpapers with power of mpris2.
Project-URL: Homepage, https://github.com/music-bg/music_bg/wiki
Project-URL: Repository, https://github.com/music-bg/music_bg/
Project-URL: Documentation, https://github.com/music-bg/music_bg/wiki
Author-email: Pavel Kirilin <s3riussan@gmail.com>
License-File: LICENSE
Keywords: Dbus,Image Processing,Mpris2,Music,Music Background
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Typing :: Typed
Requires-Python: ~=3.11
Requires-Dist: dbus-python<2,>=1.2.16; sys_platform == 'linux'
Requires-Dist: loguru<0.6,>=0.5.3
Requires-Dist: numpy>=2.3.4
Requires-Dist: pillow<13,>=12.0.0
Requires-Dist: pydantic<3,>=2
Requires-Dist: pygobject<4,>=3.40.1; sys_platform == 'linux'
Requires-Dist: requests<3,>=2.26.0
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: screeninfo>=0.8.1
Requires-Dist: toml>=0.10.2
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
```

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