mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2025-02-06 21:10: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
![Apple iPhone 12 Pro Max](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphone12promax/example.png)
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