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.
- Host: GitHub
- URL: https://github.com/mrpowerup82/eel-musicplayer-python
- Owner: MrPowerUp82
- License: mit
- Created: 2022-01-15T06:40:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T13:01:48.000Z (9 months ago)
- Last Synced: 2025-04-15T14:21:59.306Z (9 months ago)
- Topics: eel-python, music-player, python3, sounds
- Language: JavaScript
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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

