Skip to content

Kordz is a simple music player made using tkinter

Notifications You must be signed in to change notification settings

CoreVisional/Kordz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kordz Music Player

A simple music player written in Python using tkinter

NOTE: This music player is still currently under development and only supports basic functionalities.

Functionalities

No. Function Name
1 Play/Pause
2 Next/Previous Track
3 Shuffle/Repeat Track (Not implemented yet)
4 Volume Adjustment with mute toggle
5 Open File/Folder
6 Playlist Panel
7 Music Progress Bar (Not implemented yet)
8 Track Duration (Not implemented yet)
9 Album Art (Not implemented yet)

Installation

# Clone repository
git clone https://github.com/CoreVisional/Kordz.git

# Change directory to the cloned repository
cd Kordz

# Install the requirements
pip install -r requirements.txt

TODO

  • Implement repeat feature
  • Implement a progress bar for active track
  • Place a default album art when program first start
  • Place an album art next to playlist. If only a file is selected but does not have an album art, then use the default album art

About

Kordz is a simple music player made using tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages