Skip to content

My Python music player: sleek interface, easy organization, seamless playback. Create playlists, control audio effortlessly. Powered by Tkinter and pygame.

Notifications You must be signed in to change notification settings

BottomsNode/Melody-Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Melody Music Player

Melody Music Player is a simple music player application built using Python's Tkinter and Pygame libraries. It allows users to manage and play their favorite songs from a playlist.

Features

  • Add songs to the playlist
  • Delete songs from the playlist
  • Play, Pause, Stop, Resume, Previous, and Next song controls
  • Adjust volume using a slider

Installation

  1. Clone the repository:

git clone https://github.com/yourusername/melody-music-player.git

  1. Install the required dependencies:

pip install pygame

  1. Run the application:

python melody_music_player.py

Usage

  1. Launch the application.
  2. Click on the "Menu" dropdown in the menu bar.
  3. Select "Add songs" to add songs to the playlist.
  4. Select "Delete song" to remove a song from the playlist.
  5. Use the controls (Play, Pause, Stop, Resume, Previous, Next) to manage playback.
  6. Adjust the volume using the volume slider.

Folder Structure

  • melody_music_player.py: The main Python script containing the application code.
  • Music/: Folder to store music files.
  • README.md: Documentation file.

Additional Features

  • Shuffle: Add the ability to shuffle the playlist for random playback.
  • Repeat: Implement options for repeating a single song or the entire playlist.
  • Playlist Management: Allow users to create and save multiple playlists.
  • Customization: Provide options for customizing the player interface, such as themes or skins.

Known Issues

  • There are no known issues at this time.

Troubleshooting

  • If you encounter any issues, please check your dependencies and ensure that the music files are located in the Music/ folder.

Support

For support, please contact - open an issue on GitHub: https://github.com/BottomsNode/Melody-Music-Player

Future Enhancements

  • Support for additional audio formats (e.g., WAV, FLAC)
  • Integration with online music streaming services
  • Enhanced user interface with visualizations or lyrics display

Credits

Social Profile :

Final comment Thank you guys for reading the blog, hope this project is useful for some of you aspiring to do projects on Python tkinter. And if you have any doubts regarding this project, please leave a comment in the response section. Find me on LinkedIn: www.linkedin.com/in/nishit-shivdasani

About

My Python music player: sleek interface, easy organization, seamless playback. Create playlists, control audio effortlessly. Powered by Tkinter and pygame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published