Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIBE CORNER

VIBE CORNER is a desktop music player application built using Python's Tkinter GUI toolkit and pygame. This was my very first programming project, created during my 12th grade. It marks the beginning of my journey into software development and ignited my passion for learning programming.


Description

VIBE CORNER is a simple yet functional music player that allows users to load their favorite songs from a local folder and play them with an intuitive interface. It features playback controls, playlist management, dark mode, volume control, and a real-time clock. The project was developed entirely using Python, serving as a practical introduction to GUI programming, event handling, and working with external libraries.


Features

  • Load songs from a selected folder.
  • Play, pause, stop, repeat, and navigate between songs.
  • Dark mode toggle for UI customization.
  • Real-time clock and date display.
  • Adjustable volume control.
  • Scrollable playlist display.
  • Menu bar with About and Credits sections.
  • Voice-over welcome message using pyttsx3.

Requirements

Install dependencies with:

pip install -r requirements.txt

requirements.txt includes:

  • pygame for audio playback.
  • pyttsx3 for text-to-speech functionality.
  • Windows-specific dependencies for pyttsx3 (if on Windows).

How to Run

  1. Clone this repository or download the source code.

  2. Ensure Python 3.8+ is installed.

  3. Install dependencies:

    pip install -r requirements.txt
  4. Place your audio files in a folder.

  5. Run the application:

    python main.py

License

Licensed under the MIT License.

About

A simple Python-based desktop music player with playlist support, dark mode, and basic playback controls.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages