Skip to content

Quartex246/MusicPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player

Introduction

A basic music player developed in C# in Winform.

The application is created to finish a course about Object-oriented programming.

Description

The Music player should be able to:

  • Manage and play music files
  • Support playlist management
  • Music sort
  • Play controls

Requirements

  • Create a class "Music", contains song name, artists, album, length, file directory etc.
  • Create a "Playlist" class, user can create, delete, edit playlists and add music in the playlist.
  • Achieve play controls, including Play, Pause, Stop, Previous song, Next song etc.
  • Provide music genre, support to look up music in various ways.
  • Provide "History" function, user can check the recent played playlist.

About

A basic music player developed in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published