logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install hugohe3/ppt-master. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

hugohe3/ppt-master Installation Guide

How to install hugohe3/ppt-master. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for hugohe3/ppt-master. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i hugohe3/ppt-master
or

Install via npx

npx @hexmos/ipm i hugohe3/ppt-master

Prerequisites

Python

language

Version: 3.10+

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick Start (Option B - Git clone)

git clone https://github.com/hugohe3/ppt-master.git

cd ppt-master

pip install -r requirements.txt

Quick Start (Option A - Download ZIP)

unzip ppt-master-skill-v2.11.0.zip -d ppt-master

cd ppt-master

pip install -r requirements.txt

Quick Start (Option C - Skill marketplace for Cross-agent CLI)

npx skills add hugohe3/ppt-master

cd ~/.agents/skills/ppt-master

pip install -r requirements.txt

Quick Start (Option C - Skill marketplace for Claude Code)

/plugin marketplace add hugohe3/ppt-master

/plugin install ppt-master@ppt-master

cd ~/.agents/skills/ppt-master

pip install -r requirements.txt

Windows Installation Guide

Download Python 3.10+ from python.org and ensure 'Add to PATH' is checked.

git clone https://github.com/hugohe3/ppt-master.git

cd ppt-master

pip install -r requirements.txt

macOS Installation

brew install python

pip install -r requirements.txt

Ubuntu/Debian Installation

sudo apt install python3 python3-pip -y

pip install -r requirements.txt

Edge-case fallback - Pandoc Installation (macOS)

brew install pandoc

Edge-case fallback - Pandoc Installation (Ubuntu/Debian)

sudo apt install pandoc -y

Post Installation Steps

  • Place your source materials (PDF, DOCX, images, etc.) in the 'projects/' directory.
  • Provide the source file path or paste content directly into your AI chat panel.
  • The AI will confirm the design specification and generate a `.pptx` file in the `exports/` directory.