/photobooth

KSEA

Primary LanguagePostScript

How to run

  1. Download zip
  2. Unzip (make sure it stays in the Downloads folder!!)
  3. Spotlight search (Command + Space on Mac)
  4. Type "Terminal"
  5. Open Terminal
  6. Type cd ~/Downloads/photobooth-main/
  7. Type python photobooth_editor_new.py
  8. Look for photos (easiest if you store in Downloads and sort by date added)

Notes

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