A simple library for creating beautiful screenshots.
Go to file
2022-01-22 13:55:45 +05:00
MockupModule 2022.22.01.3 2022-01-22 13:42:24 +05:00
.gitignore 2022.22.01.1 2022-01-22 13:00:56 +05:00
LICENSE 2022.22.01.2 2022-01-22 13:26:39 +05:00
readme.md Update README.md 2022-01-22 13:55:45 +05:00
readme.rst Update README.md 2022-01-22 13:55:45 +05:00
requirements.txt 2022.22.01.2 2022-01-22 13:26:39 +05:00
setup.py 2022.22.01.3 2022-01-22 13:42:24 +05:00

MockupEngineer

An simple library for creating beautiful screenshots.

Example

Apple iPhone 12 Pro Max

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