Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j03-dev/ossas-musicplayer
- Owner: j03-dev
- Created: 2021-07-06T10:44:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T13:22:42.000Z (about 1 year ago)
- Last Synced: 2023-11-14T14:33:57.602Z (about 1 year ago)
- Topics: customtkinter, gui, music-player, pygame, python, tkinter
- Language: Python
- Homepage:
- Size: 545 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```