Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.54 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.54 KB

Here , We Are Making a Basic MP3 player using pygame,tkinter,mutagen,SQL in python language. Each and evry thing is explained in detail in comments, so must refer to it once.

Our Group includes

  1. Heet Vasani
  2. Shubhanshu Agrawal
  3. Arya Kondwar
  4. Arin Awasti
  5. Karanveer Singh

We were inspired to do this project as now-a-days people want to learn something new and from basic level, so to teach them we made this MP3 PLAYER. Also, people will ENJOY Listening to music on MP3 PLAYER Made by them own.

So, We are really glad to present this our project in front of you via this repository (Have all required files).

So, learn with fun and tell us if there's something to improve.

System Requirements

This project runs on windows

1) MYSQL

Download mysql
  After following steps of installation go to mysql command line and write
  create database playlists
  Now go to playlist.py and change the passwd in playlist.py . Set the passwd to the password you setup

2) TKINTER

  Tkinter is installed while installing python

3) PYGAME

  In cmd type copy-paste this
  pip install pygame

4) MUTAGEN

  In cmd type copy-paste this
  pip install mutagen