Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T21:21:15.000Z (4 months ago)
- Last Synced: 2024-10-12T22:42:21.238Z (26 days 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.###
![fuuka](https://github.com/AbelolDev/A-music-player-using-python/assets/155784727/70f3a67d-f26b-4cd3-a604-0ade17bd6d44)
###
## 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-player1. Install dependencies:
```bash
pip install pygame