Skip to content

Butkii025/Music_Player_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎡 Media Player Desktop-App

A device-downloadable desktop audio application engineered to run completely offline and independently on each user's machine, with zero cloud or server dependencies, that runs independently on individual devices with zero cloud dependencies. It automates local file caching into a permanent native directory vault (app_music_library) and compiles into a standalone, zero-dependency executable (.exe) for direct client-side execution.

From Design to deploy a standalone desktop media library application utilizing Python and the Tkinter GUI framework, focused on localized data persistence. Engineered an automated filesystem pipeline using low-level OS and Shutil modules to manage a dedicated runtime directory (app_music_library), eliminating redundant user I/O operations.


Key Features

  • Persistent Local Library: Automatically builds an internal storage vault (app_music_library) to preserve your music tracks across sessions.
  • Frictionless File Importing: Allows one-click file copying directly from your Downloads or local directories straight into the app's permanent ecosystem.
  • Zero-Dependency Execution: Compiled into a standalone executable (.exe) fileβ€”users can download and run it instantly without installing Python, Pygame, or any external dependencies.
  • Dynamic UI Feedback: Built-in live tracking labels to monitor play, pause, stop, and file import success states inside a modern dark-mode aesthetic.

πŸ› οΈ Technology Stack

Technology / Library Purpose
Python Core application programming language
Tkinter Native Desktop Graphical User Interface (GUI) layout engine
Pygame (Mixer) High-fidelity hardware audio loading and playback system
Shutil & OS Low-level operating system file management and system copy logic
PyInstaller Hard-compilation deployment tool for bundling the app into a single .exe

πŸ“‚ File Structure

The project repository maintains a highly modular and organized structural design:

Music-Player-App/
β”‚
β”œβ”€β”€ app_music_library/     # Automated local directory where imported audio files are permanently saved
β”œβ”€β”€ .gitignore             # Strict configuration ensuring build binary/music files are kept out of Git tracking
β”œβ”€β”€ music_player.py        # Main Python source code architecture containing logic & UI bindings
└── README.md              # Project documentation, setup roadmap, and deployment manual
└── License 

Download & Installation Roadmap

You don't need to install any programming languages or command-line interfaces to use this app. Follow these straightforward steps to run the software directly on your machine:

Step 1: Download the Application

  • Head to the right-hand sidebar of this repository page and click on Releases.

  • Locate the Assets dropdown under the latest stable build version (v1.0.0).

  • Click on music_player.exe to download the standalone app directly to your device.

Step 2: Launch and Handle Windows Protections

  • Navigate to your computer's Downloads folder and double-click music_player.exe.

Note on Windows SmartScreen: Because this app is built by an independent developer, Windows may display a blue warning box stating "Windows protected your PC".

  • Simply click "More Info" on that popup, and then click the "Run Anyway" button. The app will open safely and immediately.

🎡 Step 3: Start Listening

  • Click the green βž• Import Single Song File to Library button.

  • Select any audio track (such as an .mp3 or .aac file) from your device.

  • The application will automatically duplicate it into your permanent directory layout. Double-click the song name in the app menu to start playing!


πŸ‘©β€πŸ’» Developer Roadmap: Cloning & Local Execution

πŸ“‹ Prerequisites

Before starting, ensure you have the following installed on your local machine:

  • Python 3.8 or higher (Make sure to check the box that says "Add Python to PATH" during installation).
  • Git installed on your system.

πŸ› οΈ Local Setup Setup Step-by-Step

Step 1: Clone the Repository

Open your terminal (Command Prompt, PowerShell, or Git Bash) and run the following command to clone this project to your local machine:

git clone [https://github.com/Butkii025/Music_Player_App.git](https://github.com/Butkii025/Music_Player_App.git)

Step 2: Navigate into the Project Directory

cd Music-Player-App

Step 3: Install Required Dependencies

pip install pygame

Step 4: Run the Application

python music_player.py

Visual

Screenshot 2026-06-14 000005


Screenshot 2026-06-13 190026


Built & Developed By

Developer: Priyanshu Vijay

Role: Software/Machine Learning Engineer

Purpose:

Developed as an open-source tool showcasing native desktop GUI design patterns, automated operating system directory manipulation, and clean binary distribution frameworks.

πŸ“ License

This project is open-source and available under the MIT License License: MIT


About

Music player is a Desktop Application, you can download it in your device

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages