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.
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 |
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.
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!
Inspire from Hardeep Singh