Skip to content

Instantly share code, notes, and snippets.

View RyanRamthun's full-sized avatar

RRamthun RyanRamthun

View GitHub Profile
@RyanRamthun
RyanRamthun / README.md
Last active August 29, 2020 16:55
A simple mp3 player using tkinter.

Simple_MP3_Player.py

This program will ask you to specify an MP3 file location. The appended file name will be added to a tkinter list. Press the play button and the mp3 file will begin to play using pygame.

Libraries:

tkinter

askopenfilename