Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasauino/auto_stamp
Auto Stamp is a desktop application that can be used to stamp all documents (PDFs/images) in a chosen folder, using a chosen stamp image.
https://github.com/hasauino/auto_stamp
opencv pdf python tkinter ubuntu windows
Last synced: about 1 month ago
JSON representation
Auto Stamp is a desktop application that can be used to stamp all documents (PDFs/images) in a chosen folder, using a chosen stamp image.
- Host: GitHub
- URL: https://github.com/hasauino/auto_stamp
- Owner: hasauino
- License: mit
- Created: 2020-04-10T17:31:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T04:16:33.000Z (over 2 years ago)
- Last Synced: 2023-02-27T16:13:03.544Z (almost 2 years ago)
- Topics: opencv, pdf, python, tkinter, ubuntu, windows
- Language: Python
- Homepage:
- Size: 944 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto_stamp
Auto Stamp is a desktop application that can be used to stamp all documents in a chosen folder, using a chosen stamp image.### Features:
- [x] a GUI which enables user to select the stamp image, the folder which contains the documents to be stamped.
- [x] Stamp scaling.
- [x] Auto placement of stamp, it finds a suitable place to put the stamp on.
- [x] Preview panel to help user adjust the scale of the stamp.
- [x] Supported document formats: `pdf`, `bmp`, `dib`, `jpeg`, `jpg`, `jpe`, `jp2`, `png`, `webp`, `pbm`, `pgm`, `ppm`, `pxm`, `pnm`,`pfm`, `sr`, `ras`, `tiff`, `tif`, `exr`, `hdr`, `pic`.# Installation
You can run the application from source, or download it as executable
## From source
- Install requirements:
```
pip install -r requirements.txt
```- Run the app:
```
python gui.py
```## Windows
- Download the [installer](https://github.com/hasauino/auto_stamp/releases/download/v0.0.2/AutoStamp_win_installer.exe).
## Ubuntu
- Download the [executable (binary)](https://github.com/hasauino/auto_stamp/releases/download/v0.0.2/AutoStamp_ubuntu) file. (tested on Ubuntu 16).
- There is also a [tarball file](https://github.com/hasauino/auto_stamp/releases/download/v0.0.2/AutoStamp_Ubuntu20.tar.xz) (tested on Ubuntu 20). You can uncompress, navigate into it, and run the app:
```
./AutoStamp
```
# How to useThis tool is useful when you have large number of documents you need to stamp:
- Place your documents inside a folder.
- Run the AutoStamp tool. You can scale the stamp, the preview button shows how the stamp will look like.
- Wait until all documents are stamped :smiley: