An open API service indexing awesome lists of open source software.

https://github.com/mrpowerup82/eel-musicplayer-python

Player de música em Python.
https://github.com/mrpowerup82/eel-musicplayer-python

eel-python music-player python3 sounds

Last synced: 8 months ago
JSON representation

Player de música em Python.

Awesome Lists containing this project

README

          

# PySound 1.8

## Instalação das Libs

```console
python -m pip install -r requirements.txt
```

### `Crirar ".exe"`
```console
python -m pip install pyinstaller
```
```console
python -m eel main.py web --noconsole --onefile -i web/favicon.ico --runtime-tmpdir %temp%
```
```console
python3 -m eel main.py web --noconsole --onefile -i web/favicon.ico --runtime-tmpdir /tmp
```
### `Executar`

```console
python main.py
```

## Exemplo

![alt text](screenshot.png)
![alt text](screenshot2.png)