Browse Source

Update README.md

pull/404/head
Pier CeccoPierangioliEugenio 10 months ago committed by GitHub
parent
commit
0fd832cb66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      apps/perspectivator/README.md

12
apps/perspectivator/README.md

@ -32,6 +32,14 @@ git clone https://github.com/ceccopierangiolieugenio/pyTermTk.git
# Install the required packages
pip install numpy pillow
# Run Perspectivator
python apps/perspectivator/perspectivator.py <List of Images (any format) or a configuration file (.json)>
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!!!
```
```

Loading…
Cancel
Save