Skip to content

Player with parallel tracks for background sounds while you are working.

Notifications You must be signed in to change notification settings

egor-bondarev/Background-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background Music Player

A simple PyQt5-based desktop music player that can play several tracks simultaneously. The player supports starting, stopping, and adjusting the volume of each track independently. Before starting you need copy your tracks to the folder named "background_sounds" near main.py or background_player.exe.

Features

  • Play several tracks simultaneously
  • Start and stop each track independently
  • Adjust the volume of each track independently

Prerequisites

  • Python 3.11
  • PyQt5

Exploitation

  1. Download 'background_player.exe' file
  2. Create folder 'background_sounds' near 'background_player.exe'
  3. Copy your tracks inside the folder 'background_sounds'
  4. Run 'background_player.exe'

Installation

  1. Clone the repository:
git clone https://github.com/egor-bondarev/Background-Player.git
cd Background-Player
  1. Create a virtual environment and activate it (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  1. Install the required packages:
pip install -r requirements.txt
  1. Create folder "background_sounds" and your tracks inside.

  2. Run the application:

python main.py

About

Player with parallel tracks for background sounds while you are working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages