Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzareldeveloper/musicplayer
Project-14 | Hari-14 | 50 Project Python
https://github.com/dzareldeveloper/musicplayer
Last synced: 19 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 (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T15:04:45.000Z (29 days ago)
- Last Synced: 2024-12-23T16:21:37.185Z (29 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- 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