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

https://github.com/rjlovespy/audio-player

An mp3 player of one of its kind
https://github.com/rjlovespy/audio-player

application-software audioplayer desktop-application mp3player python software-development tkinter

Last synced: 11 months ago
JSON representation

An mp3 player of one of its kind

Awesome Lists containing this project

README

          

# **Audio-Player**
Audio Player [Version 0.1] is an application software that can be run on a desktop. Developed using [Tkinter](https://docs.python.org/3/library/tkinter.html), it provides various unique functionalities like display of selected audio's number in the playlist, display of total number of audios present in the playlist, skipping audio by 30 seconds forward/backward, auto removal of corrupted mp3 files from the playlist, etc. which no other pre-existing mp3 players provide.

To run this application software in your system:
1. Download .py, .exe, and .ico files.
2. Install [python](https://www.python.org/), tkinter, [mutagen](https://pypi.org/project/mutagen/), and [pygame](https://www.pygame.org/news) in your system if they are not installed already.
3. Ensure all the file paths(.png & .txt files) mentioned in the Python file can be accessed from your current working directory.
4. Run the .exe file.