Severity: Warning
Message: fopen(/tmp/ci_session5f4e9cdivq25hfgbitfchgfv9g77i9ll): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By Ankan Sanyal
In this project, I have made a music player in Python. I have used the concepts of Pygame, Tkinter and pickle.
In this project, I have made a music player in Python named musicxy.
I have used the concepts of Tkinter, pickle and Pygame library.
We can load any song or music from our computer to our music player and we can play it.
We have a playlist in our music player which stores all the songs that we have loaded in it.
We can play any song from our playlist by just double-clicking it.
We can also decrease or increase the volume by adjusting the volume bar below.
There is also an option to go to the next and the previous music.

Submitted by Ankan Sanyal (Ankan)
Download packets of source code on Coders Packet
Comments