Skip to content

Tsong is a simple program that allows you to play, pause, stop, skip, and adjust the volume of audio files in a specified folder. It uses the Pygame library to handle the audio playback and the os module to interact with the file system.

License

Notifications You must be signed in to change notification settings

K4r4b0M0kg0th0/Tsong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Tsong

A simple music player built with Python and Pygame, using a basic GUI created with Tkinter.

Features include:

  • Load and play audio files from a user-defined folder
  • Control playback using buttons for play, pause, stop, skip, volume up, volume down
  • Handle errors when loading and playing audio files
  • Navigate between tracks using previous and next buttons

Requirements

  • Python 3.x
  • Pygame library
  • Tkinter library (built-in with Python)

Usage

To start the music player, simply run the script Tsong.py. A GUI window will appear that allows you to input the folder path of the audio files, control playback using buttons and navigate between tracks.

Credits

This music player was created by [K4r4boM0kg0th0]. The code is based on the Pygame documentation and several online tutorials on using Pygame and Tkinter.

About

Tsong is a simple program that allows you to play, pause, stop, skip, and adjust the volume of audio files in a specified folder. It uses the Pygame library to handle the audio playback and the os module to interact with the file system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages