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
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/mp3-player-with-python-and-tkinter-gui
- Owner: arjuntheprogrammer
- Created: 2020-08-07T08:02:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T09:41:29.000Z (over 5 years ago)
- Last Synced: 2025-01-26T20:29:47.558Z (about 1 year ago)
- Language: Python
- Size: 25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

---