Skip to content

ibrahimmoalim/simple_audio_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Audio Player (SAP)

A lightweight standalone audio player for Linux/Windows.


Table of Contents


Features

  • Play audio files (MP3, WAV, etc.) from a manually chosen folder
  • Simple and intuitive interface
  • Lightweight and fast
  • Supports only play, pause/resume, and skip functions
  • Does not include a slider to jump to a specific timestamp in the audio

Installation for Linux

  1. Download the latest release from the Releases page

  2. Extract the downloaded ZIP file:

Unzip into sap (folder)

unzip sap.zip

Navigate into the folder

cd sap
  1. Run the install script:

Make the install script executable

chmod +x install.sh

Run the install script to set up the binary and icon

./install.sh

The script will:

  • Copy the executable to ~/.local/bin
  • Copy the icon to ~/.local/share/icons
  • Create a .desktop file in ~/.local/share/applications
  • Update the desktop database so you can launch the app from your menu

You can now search for sap in your application menu and run it.


Running the App on Linux

You can launch sap in two ways:

  • From the application menu using the icon created by the install script

  • Or directly from the terminal

sap

Installation for Windows

  1. Download the latest release from the Releases page

  2. Extract the downloaded ZIP file

  3. Run the SAP application


About

A simple audio player i made with python as a practice project.

Resources

Stars

Watchers

Forks

Contributors