Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T20:08:52.000Z (11 months ago)
- Last Synced: 2024-01-24T21:27:07.012Z (11 months 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:
[![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/default-orange.png)](https://www.buymeacoffee.com/arabiancoconut)
Thank you for supporting.
---