Skip to content

A responsive landing page with a Python backend (Flask) that allows users to submit data through a form. Features include a modern hero section, working download form, FAQ section, and mobile-friendly design — fully deployed using Render.

Notifications You must be signed in to change notification settings

PrafulCodes/Downloadify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Downloadify — YouTube Video Downloader in MP4

Downloadify is a simple, no-ads, and instant YouTube Video Downloader built using Flask and yt-dlp.
Just paste a YouTube link, and grab your video in MP4 format — fast and clean.
✅ No sign-up required.
🎯 Works for most public YouTube videos.

🛠 Tech Stack

  • 🐍 Python
  • 🔥 Flask (Backend)
  • 🎞 yt-dlp (Video downloading)
  • 🌐 HTML, CSS & JavaScript (Frontend)
  • 🚀 Render (for deployment)

📸 Screenshots

Screenshot 2025-06-17 002855

Screenshot 2025-06-17 002908


🚀 How to Run on Your Local Machine

Absolutely! Here's a short, clean, and well-explained version of the "Deploy on your local machine" section — just replace the old one in the README with this:


🚀 Deploy on Your Local Machine

  1. Clone the Repo

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
  2. Create Virtual Environment

    python -m venv venv
  3. Activate It

    • Windows:

      venv\Scripts\activate
    • macOS/Linux:

      source venv/bin/activate
  4. Install Dependencies

    pip install -r requirements.txt
  5. Run the App

    python app.py
  6. Open your browser and go to 👉 http://localhost:5000


About

A responsive landing page with a Python backend (Flask) that allows users to submit data through a form. Features include a modern hero section, working download form, FAQ section, and mobile-friendly design — fully deployed using Render.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published