PyGram
PyGram copied to clipboard
An Instagram-like photo editor in Python
An instagram-like photo editor in Python
Table of Contents
- Installation
- Usage
- License
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.
