leigler / image-outliner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Outliner

A basic image processor built in python using PIL

Install w/ python3

  • install homebrew, install python, install pip, install Pillow (replacement for PIL)
  • sytnax might be python3, pip3 when running python within homebrew.
  • Syntax replacements:
    • replace raw_input() w/ input()
    • replace xrange w/ range
    • wrap print strings w/ ()

About


Languages

Language:Python 97.6%Language:Rich Text Format 2.4%