Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 544 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 544 Bytes

Symphony, Keep Grooving

Symphony is a Music Player coded in Python for the semester project of Programming and Problem Solving course of our undergrad curriculum. This was a group project.

The libraries and modules used for making this project are:

  • Tkinter library for creating GUI elements.
  • Pygame.mixer which is a pygame module for loading and playing sounds.
  • Mutagen module for handling audio metadata.
  • TTkthemes which is a group of themes for the ttk extentions for tkinter.