Installation - mymiamo/My-Mediamo GitHub Wiki

✨ Installation Guide

Follow these steps to install and run My Mediamo on your local machine.


✅ Requirements

  • Python 3.9 or higher
  • pip (Python package installer)
  • Local Wi-Fi network (for multi-device use)

📦 Step-by-Step Installation

  1. Download the project files
    Clone the repository or download the ZIP:

    git clone https://github.com/YOUR_USERNAME/My-Mediamo.git
    cd My-Mediamo
    
  2. Install required libraries
    Run the following command in your terminal:

    pip install -r requirements.txt
    
  3. Run the application
    Launch the server with:

    py app.py
    
  4. Access the app on your browser
    Open CMD and type:

    ipconfig
    

    Find your IPv4 Address and open it in your browser with port :5000. Example:

    http://192.168.1.100:5000
    

⚠️ Notes

  • Make sure all devices are connected to the same local network.
  • Firewall may ask for permission on first run; allow access.
  • Currently, the app only runs on the local network (no internet access required).

Need help? Visit the Troubleshooting page.