A lightweight desktop tool by Neverklear Technologies to recursively gather music files from subfolders and place them into a single destination folder — ideal for YouTube Music uploads or media organization.
- 🗂 Drag-and-drop folder support
- 📁 Select a parent folder to scan
- 🎯 Choose a destination folder
- 🎵 Supports
.mp3,.flac,.wav,.aac,.m4a,.ogg - ⏱ Real-time progress bar and estimated time remaining
- 📜 Logging to both the GUI and
log.txt - ⚙️ Auto-renames to avoid overwriting duplicates
- 🪟 Fully standalone
.exefor Windows (no installation needed) - 🧠 Built with Python, Tkinter, and PyInstaller
- Download the latest release
.exe - Launch the app (no installation required)
- Drag a folder into the window or use "Select Parent Folder"
- Select the destination folder
- Click Start Transfer and watch it go!
To build it from source:
pip install tkinterdnd2
pip install pyinstaller
pyinstaller --noconfirm --onefile --windowed --icon=logo.ico music_mover.py