Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j03-dev/osas-player
Music player, with python 100%, using Tkinter and Pygame and customTkinter
https://github.com/j03-dev/osas-player
customtkinter gui music-player pygame python tkinter
Last synced: about 22 hours ago
JSON representation
Music player, with python 100%, using Tkinter and Pygame and customTkinter
- Host: GitHub
- URL: https://github.com/j03-dev/osas-player
- Owner: j03-dev
- Created: 2021-07-06T10:44:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T20:29:58.000Z (7 days ago)
- Last Synced: 2025-01-23T21:25:41.175Z (7 days ago)
- Topics: customtkinter, gui, music-player, pygame, python, tkinter
- Language: Python
- Homepage:
- Size: 548 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSAS Player
![Screenshot](image.png)
A simple music player built with Python and Rust.
---
## Installation
1. Clone the repo:
```bash
git clone https://github.com/j03-dev/osas-player.git
cd osas-player
```2. Install Python dependencies:
```bash
python -m pip install -r requirements.txt
```---
## Configuration
1. Open `.config` and set your music directory:
```
path = /path/to/your/music
```---
## Build Rust Library
1. Install [Rust](https://www.rust-lang.org/tools/install) if you don’t have it.
2. Build the library:
```bash
cd osas
maturin develop
```---
## Run the Player
```bash
python src/main.py
```