A simple library for creating beautiful screenshots.
Go to file
2022-01-23 17:51:55 +05:00
MockupModule 2022.23.01.15 2022-01-23 14:41:26 +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
MANIFEST.in 2022.23.01.10 2022-01-23 12:55:34 +05:00
pypi.sh 2022.23.01.1 2022-01-23 12:35:05 +05:00
readme.md 2022.23.1.14 2022-01-23 17:51:55 +05:00
requirements.txt 2022.22.01.2 2022-01-22 13:26:39 +05:00
setup.py 2022.23.1.14 2022-01-23 17:51:55 +05:00

MockupEngineer

An simple library for creating beautiful screenshots.

Navigation

Example

Apple iPhone 12 Pro Max Mockup

Apple iPhone 12 Pro Max Mockup

Install

$ python -m pip install MockupEngineer

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

List of supported mockups

Full list of all currently supported mockups

Phones

Tablets

Computers

Wearable devices

  • Apple Watch Series 6 44mm [368 x 448] (2020)
    • Aluminum Case - Blue
    • Aluminum Case - Gold
    • Aluminum Case - PRODUCT RED
    • Aluminum Case - Silver
    • Aluminum Case - Space Gray
    • Stainless Steel Case - Gold
    • Stainless Steel Case - Graphite
    • Stainless Steel Case - Silver
    • Titanium Case - Dark
    • Titanium Case - Light

You can help the project by adding support for new mockups by contributing on GitHub.