Popularity
1.8
Stable
Activity
0.0
Stable
102
7
12

Code Quality Rank: L5
Programming language: Python
Tags: Imagery    

pygram alternatives and similar packages

Based on the "Imagery" category.
Alternatively, view pygram alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pygram or a related project?

Add another 'Imagery' Package

README

PyGram

Instagram-like image filters.

Usage

First, import the client:

from filters import *

Instanciate a filter and apply it:

f = Nashville("image.jpg")
f.apply()

Available filters:

  • Gotham
  • Kelvin
  • Lomo
  • Nashville
  • Toaster

Note The filters change the image in-place. Be sure to copy it before applying any filter if you want to copy the original image.

Tests

Run the tests with:

python test.py

Tutorial

Instagram Filters with Python(http://pypix.com/python/instagram-filters-python/)