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.
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.
- 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.
Install dependencies with:
pip install -r requirements.txtrequirements.txt includes:
pygamefor audio playback.pyttsx3for text-to-speech functionality.- Windows-specific dependencies for
pyttsx3(if on Windows).
-
Clone this repository or download the source code.
-
Ensure Python 3.8+ is installed.
-
Install dependencies:
pip install -r requirements.txt
-
Place your audio files in a folder.
-
Run the application:
python main.py
Licensed under the MIT License.