An Instagram-like photo editor in Python
An instagram-like photo editor in Python
$ pip install pygram
$ pygram
>>> import pygram as pg
>>> app = pg.PyGram()
>>> app.run()
This repository has been released under the MIT License.