Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-player

1. Install dependencies:

```bash
pip install pygame