You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Pier CeccoPierangioliEugenio 833005acd1
chore: improve typing (#417)
9 months ago
..
README.md Update README.md 10 months ago
perspectivator.pil.py chore: rename perspectivator window 10 months ago
perspectivator.py build: add Perspectivator (#401) 10 months ago
perspectivator.wand.py chore: improve typing (#417) 9 months ago
t.camera.tui.json build: add Perspectivator (#401) 10 months ago
t.image.tui.json build: add Perspectivator (#401) 10 months ago
t.toolbox.tui.json build: add Perspectivator (#401) 10 months ago

README.md

 ____                                            __                          __
/\  _`\                                         /\ \__  __                  /\ \__
\ \ \L\ \ __   _ __   ____  _____      __    ___\ \ ,_\/\_\  __  __     __  \ \ ,_\   ___   _ __
 \ \ ,__/'__`\/\`'__\/',__\/\ '__`\  /'__`\ /'___\ \ \/\/\ \/\ \/\ \  /'__`\ \ \ \/  / __`\/\`'__\
  \ \ \/\  __/\ \ \//\__, `\ \ \L\ \/\  __//\ \__/\ \ \_\ \ \ \ \_/ |/\ \L\.\_\ \ \_/\ \L\ \ \ \/
   \ \_\ \____\\ \_\\/\____/\ \ ,__/\ \____\ \____\\ \__\\ \_\ \___/ \ \__/.\_\\ \__\ \____/\ \_\
    \/_/\/____/ \/_/ \/___/  \ \ \/  \/____/\/____/ \/__/ \/_/\/__/   \/__/\/_/ \/__/\/___/  \/_/
                              \ \_\
                               \/_/

outImage perspectivator

Perspectivator

Perspectivator is a tool designed to help you create stunning hero images for your software projects. With Perspectivator, you can easily compose multiple screenshots (or any image) onto a stylish, reflective surface, producing eye-catching visuals perfect for landing pages, presentations, or promotional materials.

The app allows you to:

  • Use as many images as you want.
  • Arrange and transform them in perspective to simulate depth and realism.
  • Automatically generate realistic reflections and subtle effects.
  • Export high-quality hero images ready for use in your projects.

Whether you're a developer, designer, or marketer, Perspectivator streamlines the process of producing professional hero images that showcase your software at its best.

Installation/Run

# Clone the git repo
git clone https://github.com/ceccopierangiolieugenio/pyTermTk.git
# Install the required packages
pip install numpy pillow
# Run Perspectivator
python3 apps/perspectivator/perspectivator.py -h
#  usage: perspectivator.py [-h] filename [filename ...]
#
#  positional arguments:
#    filename    the images to compose or the json config file
#
#  options:
#    -h, --help  show this help message and exit

# Enjoy!!!