https://github.com/dzareldeveloper/musicplayer
Project-14 | Hari-14 | 50 Project Python
https://github.com/dzareldeveloper/musicplayer
Last synced: 17 days ago
JSON representation
Project-14 | Hari-14 | 50 Project Python
- Host: GitHub
- URL: https://github.com/dzareldeveloper/musicplayer
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-23T15:03:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:18:57.000Z (over 1 year ago)
- Last Synced: 2025-02-22T03:14:58.039Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-14: Music Player
**By Codesphered01010**
## Description
This project is a simple **Music Player** application built using Python and the **tkinter** module for the graphical user interface, as well as **pygame** for music playback. The application allows users to select and play music files in formats such as `.mp3`, `.wav`, `.ogg`, and `.flac`.
---
## Features
1. **Music Playback**
- Users can select music files and play them.
2. **Pause Music**
- Users can pause the currently playing music.
3. **Resume Music**
- Users can resume previously paused music.
4. **Stop Music**
- Users can stop the music playback.
5. **File Selection**
- Users can choose music files from their device using a file selection dialog.
---
## Requirements
### Python Version
- Ensure that Python 3.x is installed on your system.
### Required Modules
- **pygame** for handling music playback
Install it using the following command:
```bash
pip install pygame
### Run Script
```bash
python project-14.py