Metadata-Version: 2.4
Name: voltaMP
Version: 0.1.0
Summary: A lightweight local music player built with PyQt6
Author: Ton Nom
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: PyQt6

[![badge](https://shieldcn.dev/badge/search%20for-.MP3%20files-22c55e.svg?logo=lu%3ASearch&color=ec4899)](https://raw.githubusercontent.com/sudoercat/volta-musicplayer/refs/heads/main/music_source.txt)                                                                       [![badge](https://shieldcn.dev/badge/download-windows%20x64%20version-22c55e.svg?logo=lu%3APackage&color=4cfc44)](https://github.com/sudoercat/volta-musicplayer/releases/download/1.0.0/volta.exe) [![badge](https://shieldcn.dev/badge/download-Python%20version-22c55e.svg?logo=python&color=1a67e6)](https://github.com/sudoercat/volta-musicplayer/releases/download/1.0.0/volta.py)

<center>
  <pre>
 _    __      ____       
| |  / /___  / / /_____ _
| | / / __ \/ / __/ __ `/
| |/ / /_/ / / /_/ /_/ / 
|___/\____/_/\__/\__,_/                           
   ____ ___  __  _______(_)____   ____  / /___ ___  _____  _____
  / __ `__ \/ / / / ___/ / ___/  / __ \/ / __ `/ / / / _ \/ ___/
 / / / / / / /_/ (__  ) / /__   / /_/ / / /_/ / /_/ /  __/ /    
/_/ /_/ /_/\__,_/____/_/\___/  / .___/_/\__,_/\__, /\___/_/     
                              /_/            /____/                                      
  </pre>
</center>
Volta Music Player is a modern, lightweight, and intuitive audio player designed to deliver a smooth and enjoyable listening experience.<br>
you can find the .exe on the release section<br>
<div align="center">
==========<br>
how it work ?<br>
==========<br>
In your Volta folder you will find a folder music_library<br>
Volta's file should be organized like this:<br>
</div>
<br>
volta-musicplayer<br>
├── Volta.exe          ← the app<br>
├── music_library/     ← where you put your music (by artist folder, the album folder, where the music files are located)<br>
│   └── Artiste/<br>
│&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└── Album/<br>
│&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└──music.webp/mp3/wav... cover.webp<br>
└── data/              ← Automatic creation (playlists)<br>
<br>
for the python version u must use this command for outbuildings :<br>
<pre>
pip install flask PyQt6 PyQt6-WebEngine
</pre>
<br>

