https://github.com/itachi9604/music-player-using-python
This is just a small piece of code to show how pygame works on audio files. It is a basic code anyone can understand by reading it. you need to change the path for directory in order to make this code find the music files.
https://github.com/itachi9604/music-player-using-python
pygame python python-os
Last synced: about 2 months ago
JSON representation
This is just a small piece of code to show how pygame works on audio files. It is a basic code anyone can understand by reading it. you need to change the path for directory in order to make this code find the music files.
- Host: GitHub
- URL: https://github.com/itachi9604/music-player-using-python
- Owner: itachi9604
- Created: 2020-05-19T08:04:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T08:05:22.000Z (about 5 years ago)
- Last Synced: 2025-02-08T16:41:27.485Z (3 months ago)
- Topics: pygame, python, python-os
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music-player-using-python
This is just a small piece of code to show how pygame works on audio files. It is a basic code anyone can understand by reading it. you need to change the path for directory in order to make this code find the music files.