Skip to content

Commit caa548e

Browse files
build: add Perspectivator (#401)
1 parent 5d3f3e6 commit caa548e

File tree

7 files changed

+3516
-0
lines changed

7 files changed

+3516
-0
lines changed

apps/perspectivator/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
```
2+
____ __ __
3+
/\ _`\ /\ \__ __ /\ \__
4+
\ \ \L\ \ __ _ __ ____ _____ __ ___\ \ ,_\/\_\ __ __ __ \ \ ,_\ ___ _ __
5+
\ \ ,__/'__`\/\`'__\/',__\/\ '__`\ /'__`\ /'___\ \ \/\/\ \/\ \/\ \ /'__`\ \ \ \/ / __`\/\`'__\
6+
\ \ \/\ __/\ \ \//\__, `\ \ \L\ \/\ __//\ \__/\ \ \_\ \ \ \ \_/ |/\ \L\.\_\ \ \_/\ \L\ \ \ \/
7+
\ \_\ \____\\ \_\\/\____/\ \ ,__/\ \____\ \____\\ \__\\ \_\ \___/ \ \__/.\_\\ \__\ \____/\ \_\
8+
\/_/\/____/ \/_/ \/___/ \ \ \/ \/____/\/____/ \/__/ \/_/\/__/ \/__/\/_/ \/__/\/___/ \/_/
9+
\ \_\
10+
\/_/
11+
```
12+
13+
14+
![outImage perspectivator](https://github.com/user-attachments/assets/2718001c-96ef-4308-96f2-e9006f26c1d8)
15+
16+
# Perspectivator
17+
18+
**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.
19+
20+
The app allows you to:
21+
- Use as many images as you want.
22+
- Arrange and transform them in perspective to simulate depth and realism.
23+
- Automatically generate realistic reflections and subtle effects.
24+
- Export high-quality hero images ready for use in your projects.
25+
26+
Whether you're a developer, designer, or marketer, Perspectivator streamlines the process of producing professional hero images that showcase your software at its best.
27+
28+
# Installation/Run
29+
```bash
30+
# Clone the git repo
31+
git clone https://github.com/ceccopierangiolieugenio/pyTermTk.git
32+
# Install the required packages
33+
pip install numpy pillow
34+
# Run Perspectivator
35+
python apps/perspectivator/perspectivator.py <List of Images (any format) or a configuration file (.json)>
36+
# Enjoy!!!
37+
```

0 commit comments

Comments
 (0)