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-masteror
Install via npx
npx @hexmos/ipm i hugohe3/ppt-masterPrerequisites
Python
languageVersion: 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.txtQuick Start (Option A - Download ZIP)
unzip ppt-master-skill-v2.11.0.zip -d ppt-master
cd ppt-master
pip install -r requirements.txtQuick Start (Option C - Skill marketplace for Cross-agent CLI)
npx skills add hugohe3/ppt-master
cd ~/.agents/skills/ppt-master
pip install -r requirements.txtQuick 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.txtWindows 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.txtmacOS Installation
brew install python
pip install -r requirements.txtUbuntu/Debian Installation
sudo apt install python3 python3-pip -y
pip install -r requirements.txtEdge-case fallback - Pandoc Installation (macOS)
brew install pandocEdge-case fallback - Pandoc Installation (Ubuntu/Debian)
sudo apt install pandoc -yPost 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.
