/UI-Design-Mockups

Saves Developers time, by generating mockups in a variety of devices to display the responsiveness of websites/applications via UI mockups

Primary LanguagePythonMIT LicenseMIT

Mockup Generator Tool

The application allows developers to instantly display created prototypes in a variety of devices, from mobile to desktop. Create multiple wireframe mockups hassle-free therefore enabling more time spent coding/designing the applications instead of the static mockups.

Setup :

  1. Install python3
  2. Download this repository
  3. Download and install OpenCV.
  4. Install Numpy
$ pip install numpy
  1. Install PyQt5
$ pip install PyQt5
  1. Open the terminal and run the application
  C:\GitHub\UI-Design-Mockups\Release>python App.py 

Steps

  • Insert image
  • Choose device for mockup
    • Colour
    • Size
  • View .PNG stored in your directory

Image from Gyazo

Mockup Devices

  • Tablet (iPad)
  • Phone (iPhone)
  • Laptop (Macbook)
  • Monitor (Mac)

Import Image Recommendations

Exported Images:

Large Images - 900 pixels. Small Images - 450 pixels.

Importing Images:

When importing an image, for the best results, ensure that the images comply with the recommended image size to prevent stretching.

  • Phone: Large = 614:360. Small = 307:180
  • Tablet: Large = 535:405 Small = 268:203
  • Laptop: Large = 427:514 Small = 214:257
  • Monitor: Large = 585:828 Small = 293:414

Export Examples

iphonemockup95 macmockup65 monitormockup90

License

MIT License

Copyright (c) 2019 Harvey Mackie

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.