melladee_community

Melladee community edition

Community Edition of Melladee. Melladee is an open-source multimedia application that synchronizes MP3 music playback with a JPEG image slideshow, creating immersive audio-visual experiences for both personal and professional use. Current version 0.1

Melladee

Melladee is an open-source multimedia application that seamlessly synchronizes MP3 music playback with a JPEG image slideshow, offering an immersive audio-visual experience suitable for both personal and professional environments.

Features

Upcoming Features

Installation

Follow these steps to install Melladee:

Prerequisites

Installing Python

Ensure that Python 3.x is installed on your system. You can download it from python.org.

Setting Up Melladee

  1. Clone the Melladee repository:

    git clone https://github.com/carywoods/melladee.git

  2. Make folder for images & add pics

    mkdir images

  3. Make folder for music & add mp3s

    mkdir mp3s

  4. Run in terminal

    python melladee.py

Recommendations

Virtualizing your environment is recommended (Conda, etc).

Source code