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

https://github.com/arjuntheprogrammer/mp3-player-with-python-and-tkinter-gui

MP3 Player With Python And TKinter GUI
https://github.com/arjuntheprogrammer/mp3-player-with-python-and-tkinter-gui

Last synced: 9 months ago
JSON representation

MP3 Player With Python And TKinter GUI

Awesome Lists containing this project

README

          

# Build An MP3 Player With Python And TKinter GUI Apps

Course Link:

---

## Objectives

* Build an MP3 player in this course that will have a song playlist, be able to play a song, stop a song, pause a song and move forward and backwards in the playlist.
* Create a volume slider so that users can adjust the volume of the music.
* Create a slider that will allow the user to fast forward or rewind within a song to a specific position in the song.

---

## LEARNINGS

1. Introductory To Intermediate TKinter
2. How to Build an MP3 Player App With TKinter and Python
3. Download and Install Python
4. How To Use The Pygame Music Mixer

---

## INSTALLING PYGAME ON MACOS

* brew install mercurial
* brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
* brew tap homebrew/headonly
* brew install smpeg
* pip install pygame
* pip install mutagen

---

## Completion Certificate

![1000](https://udemy-certificate.s3.amazonaws.com/image/UC-5da8ff5f-4c9b-4953-bcd2-3b8200d715a5.jpg)

---