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.
- Play several tracks simultaneously
- Start and stop each track independently
- Adjust the volume of each track independently
- Python 3.11
- PyQt5
- Download 'background_player.exe' file
- Create folder 'background_sounds' near 'background_player.exe'
- Copy your tracks inside the folder 'background_sounds'
- Run 'background_player.exe'
- Clone the repository:
git clone https://github.com/egor-bondarev/Background-Player.git
cd Background-Player
- Create a virtual environment and activate it (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
- Install the required packages:
pip install -r requirements.txt
-
Create folder "background_sounds" and your tracks inside.
-
Run the application:
python main.py