mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-22 00:46:33 +03:00
2022.01.23.18
This commit is contained in:
parent
7d12964a74
commit
87f9e109ce
|
@ -21,8 +21,8 @@ class MockupEngineerInstance:
|
||||||
|
|
||||||
for template in templates.ALL_TEMPLATES:
|
for template in templates.ALL_TEMPLATES:
|
||||||
self.templates.append(getattr(
|
self.templates.append(getattr(
|
||||||
import_module(name='MockupModule.templates.' + template,
|
import_module(name='MockupEngineer.templates.' + template,
|
||||||
package='MockupModule.templates.' + template + '.Device'), 'Device')())
|
package='MockupEngineer.templates.' + template + '.Device'), 'Device')())
|
||||||
|
|
||||||
def __create_mockups_list__(self) -> str:
|
def __create_mockups_list__(self) -> str:
|
||||||
output = list()
|
output = list()
|
||||||
|
@ -37,7 +37,7 @@ class MockupEngineerInstance:
|
||||||
for template in item:
|
for template in item:
|
||||||
output.append(
|
output.append(
|
||||||
'* [{manufacturer} {name}](https://raw.githubusercontent.com/'
|
'* [{manufacturer} {name}](https://raw.githubusercontent.com/'
|
||||||
'ulbwazhine/MockupEngineer/main/MockupModule/'
|
'ulbwazhine/MockupEngineer/main/MockupEngineer/'
|
||||||
'templates/{path}/example.png) [{resolution}] ({year})'.format(
|
'templates/{path}/example.png) [{resolution}] ({year})'.format(
|
||||||
manufacturer=template.manufacturer, name=template.name,
|
manufacturer=template.manufacturer, name=template.name,
|
||||||
path=template.__template_path__, resolution=template.resolution,
|
path=template.__template_path__, resolution=template.resolution,
|
||||||
|
|
38
readme.md
38
readme.md
|
@ -62,47 +62,47 @@ $ python -m MockupEngineer
|
||||||
Full list of all currently supported mockups
|
Full list of all currently supported mockups
|
||||||
|
|
||||||
### Phones
|
### Phones
|
||||||
* [Samsung Galaxy S20](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/galaxys20/example.png) [1440 x 3200] (2020)
|
* [Samsung Galaxy S20](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/galaxys20/example.png) [1440 x 3200] (2020)
|
||||||
* Cloud Blue
|
* Cloud Blue
|
||||||
* Cosmic Grey
|
* Cosmic Grey
|
||||||
* Pink
|
* Pink
|
||||||
|
|
||||||
* [Samsung Galaxy S20 Ultra](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/galaxys20/example.png) [1440 x 3200] (2020)
|
* [Samsung Galaxy S20 Ultra](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/galaxys20/example.png) [1440 x 3200] (2020)
|
||||||
* Cosmic Black
|
* Cosmic Black
|
||||||
* Cosmic Grey
|
* Cosmic Grey
|
||||||
|
|
||||||
* [Apple iPhone 12](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphone12/example.png) [1170 x 2532] (2020)
|
* [Apple iPhone 12](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/iphone12/example.png) [1170 x 2532] (2020)
|
||||||
* Black
|
* Black
|
||||||
* Blue
|
* Blue
|
||||||
* Green
|
* Green
|
||||||
* PRODUCT RED
|
* PRODUCT RED
|
||||||
* White
|
* White
|
||||||
|
|
||||||
* [Apple iPhone 12 Mini](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphone12mini/example.png) [1080 x 2340] (2020)
|
* [Apple iPhone 12 Mini](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/iphone12mini/example.png) [1080 x 2340] (2020)
|
||||||
* Black
|
* Black
|
||||||
* Blue
|
* Blue
|
||||||
* Green
|
* Green
|
||||||
* PRODUCT RED
|
* PRODUCT RED
|
||||||
* White
|
* White
|
||||||
|
|
||||||
* [Apple iPhone 12 Pro](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphone12pro/example.png) [1170 x 2532] (2020)
|
* [Apple iPhone 12 Pro](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/iphone12pro/example.png) [1170 x 2532] (2020)
|
||||||
* Gold
|
* Gold
|
||||||
* Graphite
|
* Graphite
|
||||||
* Pacific Blue
|
* Pacific Blue
|
||||||
* Silver
|
* Silver
|
||||||
|
|
||||||
* [Apple iPhone 12 Pro Max](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphone12promax/example.png) [1284 x 2778] (2020)
|
* [Apple iPhone 12 Pro Max](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/iphone12promax/example.png) [1284 x 2778] (2020)
|
||||||
* Gold
|
* Gold
|
||||||
* Graphite
|
* Graphite
|
||||||
* Pacific Blue
|
* Pacific Blue
|
||||||
* Silver
|
* Silver
|
||||||
|
|
||||||
* [Apple iPhone SE](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphonese2020/example.png) [750 x 1334] (2020)
|
* [Apple iPhone SE](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/iphonese2020/example.png) [750 x 1334] (2020)
|
||||||
* Black
|
* Black
|
||||||
* PRODUCT RED
|
* PRODUCT RED
|
||||||
* White
|
* White
|
||||||
|
|
||||||
* [Apple iPhone Xr](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/iphonexr/example.png) [828 x 1792] (2018)
|
* [Apple iPhone Xr](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/iphonexr/example.png) [828 x 1792] (2018)
|
||||||
* Blue
|
* Blue
|
||||||
* Coral
|
* Coral
|
||||||
* PRODUCT RED
|
* PRODUCT RED
|
||||||
|
@ -110,58 +110,58 @@ Full list of all currently supported mockups
|
||||||
* Space Gray
|
* Space Gray
|
||||||
* Yellow
|
* Yellow
|
||||||
|
|
||||||
* [Google Pixel](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/pixel/example.png) [1080 x 1920] (2016)
|
* [Google Pixel](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/pixel/example.png) [1080 x 1920] (2016)
|
||||||
* Quite Black
|
* Quite Black
|
||||||
* Really Blue
|
* Really Blue
|
||||||
* Very Silver
|
* Very Silver
|
||||||
|
|
||||||
* [Google Pixel 4](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/pixel4/example.png) [1080 x 2280] (2019)
|
* [Google Pixel 4](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/pixel4/example.png) [1080 x 2280] (2019)
|
||||||
* Clearly White
|
* Clearly White
|
||||||
* Just Black
|
* Just Black
|
||||||
* Oh So Orange
|
* Oh So Orange
|
||||||
|
|
||||||
* [Google Pixel 4 XL](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/pixel4xl/example.png) [1440 x 3040] (2019)
|
* [Google Pixel 4 XL](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/pixel4xl/example.png) [1440 x 3040] (2019)
|
||||||
* Clearly White
|
* Clearly White
|
||||||
* Just Black
|
* Just Black
|
||||||
* Oh So Orange
|
* Oh So Orange
|
||||||
|
|
||||||
* [Google Pixel 5](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/pixel5/example.png) [1080 x 2340] (2020)
|
* [Google Pixel 5](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/pixel5/example.png) [1080 x 2340] (2020)
|
||||||
* Just Black
|
* Just Black
|
||||||
* Sorta Sage
|
* Sorta Sage
|
||||||
|
|
||||||
### Tablets
|
### Tablets
|
||||||
* [Apple iPad 9](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/ipad9/example.png) [2160 x 1620] (2021)
|
* [Apple iPad 9](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/ipad9/example.png) [2160 x 1620] (2021)
|
||||||
* Gold
|
* Gold
|
||||||
* Silver
|
* Silver
|
||||||
* Space Gray
|
* Space Gray
|
||||||
|
|
||||||
* [Apple iPad Air 4](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/ipadair4/example.png) [2360 x 1640] (2020)
|
* [Apple iPad Air 4](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/ipadair4/example.png) [2360 x 1640] (2020)
|
||||||
* Green
|
* Green
|
||||||
* Rose Gold
|
* Rose Gold
|
||||||
* Silver
|
* Silver
|
||||||
* Sky Blue
|
* Sky Blue
|
||||||
* Space Gray
|
* Space Gray
|
||||||
|
|
||||||
* [Apple iPad Mini 5](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/ipadmini5/example.png) [2048 x 1536] (2021)
|
* [Apple iPad Mini 5](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/ipadmini5/example.png) [2048 x 1536] (2021)
|
||||||
* Gold
|
* Gold
|
||||||
* Silver
|
* Silver
|
||||||
* Space Gray
|
* Space Gray
|
||||||
|
|
||||||
* [Apple iPad Pro 4 11"](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/ipadpro114/example.png) [2388 x 1668] (2020)
|
* [Apple iPad Pro 4 11"](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/ipadpro114/example.png) [2388 x 1668] (2020)
|
||||||
* Silver
|
* Silver
|
||||||
* Space Gray
|
* Space Gray
|
||||||
|
|
||||||
* [Apple iPad Pro 4 12.9"](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/ipadpro134/example.png) [2732 x 2048] (2020)
|
* [Apple iPad Pro 4 12.9"](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/ipadpro134/example.png) [2732 x 2048] (2020)
|
||||||
* Silver
|
* Silver
|
||||||
* Space Gray
|
* Space Gray
|
||||||
|
|
||||||
### Computers
|
### Computers
|
||||||
* [Apple MacBook 12"](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/macbook122016/example.png) [2304 x 1440] (2016)
|
* [Apple MacBook 12"](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/macbook122016/example.png) [2304 x 1440] (2016)
|
||||||
* Gold
|
* Gold
|
||||||
* Space Gray
|
* Space Gray
|
||||||
|
|
||||||
### Wearable devices
|
### Wearable devices
|
||||||
* [Apple Watch Series 6 44mm](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupModule/templates/watchseries644mm/example.png) [368 x 448] (2020)
|
* [Apple Watch Series 6 44mm](https://raw.githubusercontent.com/ulbwazhine/MockupEngineer/main/MockupEngineer/templates/watchseries644mm/example.png) [368 x 448] (2020)
|
||||||
* Aluminum Case - Blue
|
* Aluminum Case - Blue
|
||||||
* Aluminum Case - Gold
|
* Aluminum Case - Gold
|
||||||
* Aluminum Case - PRODUCT RED
|
* Aluminum Case - PRODUCT RED
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='MockupEngineer',
|
name='MockupEngineer',
|
||||||
version='2022.01.23.17',
|
version='2022.01.23.18',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
url='https://github.com/ulbwazhine/MockupEngineer',
|
url='https://github.com/ulbwazhine/MockupEngineer',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user