Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/j03-dev/ossas-musicplayer

Music player, with python 100%, using Tkinter and Pygame and customTkinter
https://github.com/j03-dev/ossas-musicplayer

customtkinter gui music-player pygame python tkinter

Last synced: about 2 months ago
JSON representation

Music player, with python 100%, using Tkinter and Pygame and customTkinter

Awesome Lists containing this project

README

        

# ossas-MusicPlayer

![screenshot](image.png)

## how to install

```bash
git clone github.com/j03-dev/ossas-MusicPlayer
cd ossas-MusicPlayer
python3 -m pip install -r requirements.txt
```

## config

_open_ **.config** and change

```
path = your music directory
```

## for run ossas

```bash
python3 ossas.py
```