A GUI Music Player with all the basic functions, which is developed using Tkinter
Project description
Testing AV
Tutorial of Publishing Python Package
Functionality of the Music Player
- Better Looking GUI
- Pause/Play Supported
- Add/Delete songs from Playlist
- Previous/Next song function
- Time duration of song / next song displays
- List of all the songs.
- Adjust Volume
- Automatically Playing in Queue
- Play Selected song from Playlist
Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install PyMusic-Player
Example
# test.py
from PyMusic_Player import Music_Player_GUI
## Make sure all the .MP3 songs besides in the folder
song_dir = 'path/of/songs_dir'
# If you want to give the Icon, make sure you have downloaded proper .ICO file.
icon = 'your.ico'
Music_Player_GUI(song_dir,icon)
Run the following Script.
python test.py
Screenshots
Note
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyav_test-0.0.1.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyav_test-0.0.1.tar.gz.
File metadata
- Download URL: pyav_test-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
964544276c0af3e8df790195118ba34856f4c1adb9b7b1e9f8772cb1b03f7b28
|
|
| MD5 |
67e0e084fb3b967ec9ac7523c869bac0
|
|
| BLAKE2b-256 |
75189a6537f11c5c6688ff1d7ee166ca23238bda61b91e0f2d4fcd7546e2fd17
|
File details
Details for the file pyav_test-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyav_test-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02f4f135d5f378917217d04309f470cf4ce4a44641708d7945ece7b50033f3a2
|
|
| MD5 |
f783ceab988c3cc03d7cce1ffcbe4685
|
|
| BLAKE2b-256 |
91a8ecba8a83c3f6d25c4a656df5f9717e1df42fa1759462fbb9224361a74456
|