| File | Date | Author | Commit |
|---|---|---|---|
| README.md | 2025-10-12 |
|
[715de8] Add files via upload |
| jukebox.py | 2025-10-12 |
|
[715de8] Add files via upload |
| jukebox.spec | 2025-10-11 |
|
[f323bd] Add files via upload |
| jukebox1transp.png | 2025-10-11 |
|
[93fe45] Add files via upload |
| music_scanner.py | 2025-10-11 |
|
[93fe45] Add files via upload |
A modern Windows desktop jukebox app built with Python and Tkinter, now featuring a vibrant neon color theme and improved playback controls.
Install dependencies:
pip install sounddevice soundfile numpy pillow yt-dlp
bash
python jukebox.pyYou can create a standalone .exe using PyInstaller (shows terminal window during download):
pip install pyinstaller
pyinstaller --onefile jukebox.py
The executable will be in the dist folder as jukebox.exe.

New in 2025:
- Neon color theme for all controls
- Improved playback (no overlap, progress bar starts empty)
- UI fixes for spectrum, jukebox image, and YouTube section
This project is open source and available under the MIT License.
Author: Roberto Raimondo - IS Senior Systems Engineer II
© 2025 All Rights Reserved.