- Download zip
- Unzip (make sure it stays in the Downloads folder!!)
- Spotlight search (Command + Space on Mac)
- Type "Terminal"
- Open Terminal
- Type
cd ~/Downloads/photobooth-main/
- Type
python photobooth_editor_new.py
- Look for photos (easiest if you store in Downloads and sort by date added)
If python is not installed on your system, you will have to install it first:
First check if brew is installed: brew --version
If Homebrew is not installed:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
If Homebrew is already installed:
brew install python