Skip to content

PyMusic is a lightweight, desktop music player built in Python using ttkbootstrap and pygame. With a sleek GUI and support for MP3, WAV, and OGG files, PyMusic provides a minimalist audio player experience that runs locally without requiring bloated libraries or streaming dependencies.

License

Notifications You must be signed in to change notification settings

jeremystevens/python-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Music Player

A simple, lightweight music player written in Python using ttkbootstrap and pygame. PyMusic delivers a clean, modern interface for playing MP3, WAV, and OGG files — no internet required.

screenshot

🎧 Current Version

V1.0.0-Beta

✨ Features

  • 🎵 Play .mp3, .wav, .ogg files
  • 🧭 File browser for quick selection
  • 🌙 Modern dark UI with transparency
  • 🔔 Toast-style playback notifications
  • 🪶 Lightweight and local – no bloat, no streaming

🚀 Getting Started

Install packages

pip install -r requirements.txt

Run the program

python pymusic.py

📁 Project Structure

python-music-player/
├── pymusic.py             # Main application
├── requirements.txt       # Dependencies
├── LICENSE                # MIT License
├── README.md              # This file

📄 License

MIT License


🎶 Simple. Sleek. Plays your music with style.

About

PyMusic is a lightweight, desktop music player built in Python using ttkbootstrap and pygame. With a sleek GUI and support for MP3, WAV, and OGG files, PyMusic provides a minimalist audio player experience that runs locally without requiring bloated libraries or streaming dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages