/PyGram

An Instagram-like photo editor in Python

Primary LanguagePythonOtherNOASSERTION

An instagram-like photo editor in Python

Table of Contents

  1. Installation

Installation

$ pip install pygram

Usage

$ pygram
>>> import pygram as pg
>>> app = pg.PyGram()
>>> app.run()

License

This repository has been released under the MIT License.