Skip to content

j03-dev/osas-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSAS Player

Screenshot

A simple music player built with Python and Rust.


Installation

  1. Clone the repo:

    git clone https://github.com/j03-dev/osas-player.git
    cd osas-player
  2. Install Python dependencies:

    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 if you don’t have it.
  2. Build the library:
    cd osas
    maturin develop

Run the Player

python src/main.py