Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 731 Bytes

YouTube Video to PowerPoint Converter

This Python program allows you to convert YouTube videos into PowerPoint presentations.

Installation

  1. Clone the repository:

    git clone https://github.com/whitedevil-tmp/video_to_ppt.git
    
  2. Navigate to the project directory:

    cd video_to_ppt
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Run the main.py script:

    python main.py
    
  2. Follow the on-screen instructions to provide the YouTube video URL and customize the conversion settings.

  3. Once the conversion is complete, you will find the generated PowerPoint presentation (out.ppt) in the same directory.