mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-10 19:26:34 +03:00
A simple library for creating beautiful screenshots.
MockupModule | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.py |
MockupEngineer
An simple library for creating beautiful screenshots.
Example
Usage
In Python console:
from MockupModule import MockupEngineer
mockup = MockupEngineer()
mockup.generate(template=mockup.templates[0],
screenshot_path='/path/to/screenshot',
color=mockup.templates[0].colors[0].color)
>>> /path/to/mockup
As a standalone application:
$ python -m MockupModule