https://github.com/theproductiveprogrammer/panorama
Quick script to stitch together screenshots in a folder
https://github.com/theproductiveprogrammer/panorama
Last synced: 9 months ago
JSON representation
Quick script to stitch together screenshots in a folder
- Host: GitHub
- URL: https://github.com/theproductiveprogrammer/panorama
- Owner: theproductiveprogrammer
- Created: 2023-12-31T23:25:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T23:29:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T06:33:50.202Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Panorama
Quick simple script that takes a set of screenshots in a folder
and stitches them together into one long panorama.
Useful when I need to screenshot a long webpage and stitch it together.
## Setup
```
$ pip install -r requirements.txt
```
## Usage
```
$ python panorama.py
```