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
- Host: GitHub
- URL: https://github.com/rjlovespy/audio-player
- Owner: rjlovespy
- Created: 2023-08-05T12:45:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:43:55.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:40:41.812Z (about 1 year ago)
- Topics: application-software, audioplayer, desktop-application, mp3player, python, software-development, tkinter
- Language: HTML
- Homepage:
- Size: 60.6 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.