https://github.com/abeloldev/a-music-player-using-python
Music with python using the "Pygame" library
https://github.com/abeloldev/a-music-player-using-python
good-first-issue help-wanted pygame-application python3
Last synced: about 1 year ago
JSON representation
Music with python using the "Pygame" library
- Host: GitHub
- URL: https://github.com/abeloldev/a-music-player-using-python
- Owner: AbelolDev
- Created: 2024-07-05T17:53:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T21:21:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T04:46:33.107Z (about 1 year ago)
- Topics: good-first-issue, help-wanted, pygame-application, python3
- Language: Python
- Homepage:
- Size: 4.06 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Music Player 🎧
Music with python using the "Pygame" library.
A simple command-line music player built with Python and Pygame. This program allows you to load, play, pause, and stop music files. You can also choose and load a different music file while the program is running.
###

###
## Features 🎶
- Load and play music files
- Pause and unpause music
- Stop music
- Choose a different music file to play
## Requirements ‼️
- Python 3.x
- Pygame
## Installation ✅
1. Clone the repository:
```bash
git clone https://github.com/yourusername/simple-music-player.git
cd simple-music-player
1. Install dependencies:
```bash
pip install pygame