Skip to content

This is a music player application named Swaralipi. This has all the features required for a music player.

Notifications You must be signed in to change notification settings

IamBikramPurkait/Swaralipi-Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bikram Purkait's DEV Profile

Swaralipi Music Player

About

Swaralipi is a music player application. It is built in Python using tkinter and has all the features you would want or need in a music player.

Features

No Name
1 Play/Pause
2 Next Track
3 Previous Track
4 Stop
5 Mute
6 Adjust Volume
7 Open Folder
8 Open File
9 Select Particular Track From The Playlist
10 Working Progress Bar
11 Current Duration of track and Total duration of track
12 Album Art
13 Label to describe the buttons
14 User friendly Interface
15 Menu for Shortcut Key
16 Many Shortcut key Present

Install the Dependencies

To use this beautiful music player - Swaralipi, first you need to make sure, Python 3 is installed in your system. To install Python 3 in your system you may checkout Python's official downloads page.

How to Run

First thing you need to do is to clone the repository or download the source code. Run the following command in your terminal to clone the repository:

git clone https://github.com/IamBikramPurkait/Swaralipi--Music-Player.git

Next you have to install all the dependent modules which I have listed in requirements.txt file. To install the required modules simply run the following inside your terminal:

cd Swaralipi--Music-Player
pip install -r requirements.txt

Finally to run the music player all you have to do is to run the main.py file as shown:

python main.py

Now you can enjoy Swaralipi music player!

Screenshot

image

Credit

Inspire from Hardeep Singh

About

This is a music player application named Swaralipi. This has all the features required for a music player.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages