A simple music player built with Python and Rust.
-
Clone the repo:
git clone https://github.com/j03-dev/osas-player.git cd osas-player
-
Install Python dependencies:
python -m pip install -r requirements.txt
- Open
.config
and set your music directory:path = /path/to/your/music
- Install Rust if you don’t have it.
- Build the library:
cd osas maturin develop
python src/main.py