https://github.com/arabiancoconut/esign
This is a simple e-signing application that allows users to sign documents offline using signature images.
https://github.com/arabiancoconut/esign
esign esignature python3
Last synced: over 1 year ago
JSON representation
This is a simple e-signing application that allows users to sign documents offline using signature images.
- Host: GitHub
- URL: https://github.com/arabiancoconut/esign
- Owner: ArabianCoconut
- License: mit
- Created: 2023-08-19T12:29:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T20:08:52.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:14:05.965Z (over 1 year ago)
- Topics: esign, esignature, python3
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-signing Application
## Author: Arabian Coconut
### Date: 19/08/2023
### Version: 1.0.1
---
## Description
This is a simple e-signing application that allows users to sign documents offline using signature images.
---
## How to use
1. Clone the repository
2. ```pip install -r requirements.txt``` to install dependencies
3. ```python sign.py``` to run the application
**Note**: you may use the sign.exe bin file from release to run the application without installing python.
---
## Build using pyinstaller
1. ```pip install pyinstaller```
2. ```python pyinstaller --onefile --add-binary " /Lib/site-packages/pdf2jpg/pdf2jpg.jar;./pdf2jpg/" sign.py```
3. ```commandline start dist/sign.exe```
---
## Buy me a Coffee :coffee:
[](https://www.buymeacoffee.com/arabiancoconut)
Thank you for supporting.
---