Skip to main content

A GUI Music Player with all the basic functions, which is developed using Tkinter

Project description

Testing AV

forthebadge made-with-python
Python 3.6

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


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 hashes)

Uploaded Source

Built Distribution

pyav_test-0.0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page