This is a simple application which plays Audio.
- Clone the repository
mkdir ~/Dev/audio-player -p
cd ~/Dev/audio-player
git clone https://github.com/arvind-4/audio-player.git .- Create a virtual environment
cd ~/Dev/audio-player
uv venv- Install dependencies
cd ~/Dev/audio-player
uv sync- Run the code
cd ~/Dev/audio-player
uv run src/main.py