An open API service indexing awesome lists of open source software.

https://github.com/srwi/MockSign

Easily simulate printing, hand-signing and scanning of documents, inspired by FalsiSign: https://gitlab.com/edouardklein/falsisign
https://github.com/srwi/MockSign

falsisign pdf

Last synced: over 1 year ago
JSON representation

Easily simulate printing, hand-signing and scanning of documents, inspired by FalsiSign: https://gitlab.com/edouardklein/falsisign

Awesome Lists containing this project

README

          

# MockSign

[![image](https://img.shields.io/pypi/v/mocksign.svg)](https://pypi.python.org/pypi/mocksign)
![Build](https://github.com/srwi/MockSign/actions/workflows/github-actions.yml/badge.svg)
[![image](https://img.shields.io/pypi/l/mocksign.svg)](https://pypi.python.org/pypi/mocksign)
[![image](https://img.shields.io/pypi/pyversions/mocksign.svg)](https://pypi.python.org/pypi/mocksign)

Simulate the look of hand-signed and scanned documents. MockSign is a simple tool to help you shortcut the tedious process of printing, hand-signing and scanning documents.



## Installation

Use pip to install MockSign with

```bash
pip install mocksign
```

## Usage

Before using MockSign, a collection of real signature images is needed. This can be
achieved by scanning and cropping signatures using an image editing program like [Gimp](https://www.gimp.org/) and saving them into a designated folder.

Afterwards, MockSign can be started with `mocksign`.



## License & Attribution

MockSign is licensed under the [MIT](https://github.com/srwi/MockSign/blob/master/LICENSE) license and draws inspiration from [FalsiSign](https://gitlab.com/edouardklein/falsisign) by Edouard Klein.