Skip to content

Commit

Permalink
update readme3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Aug 6, 2023
1 parent 4a964a3 commit e6cec11
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All you need is a folder with all the images you want to add a signature / name
## Windows 10/11 Install
### Need to have python 3+ installed

start.bat will install a python virtual enviroment (Venv)
start.bat will install a python virtual enviroment (venv)
### To use open the scrips/signature.py file in notepad

change the path to image folder to the folder of your images you want to add a signature to.
Expand All @@ -20,7 +20,9 @@ Add your name to the line

signature_text = 'ADD YOUR NAME HERE'

default font color is white but can be changed by changing the RGB numbers. Same with font line width and size.
example signature_text = '-bigsk1'

default font color is white but can be changed by changing the RGB numbers. Same with font, line width and size.


Save the file
Expand All @@ -31,6 +33,10 @@ double click start.bat to run

the signed images will be shown in the same image folder and have the signed file name added to them. The originals will not be touched.

example if your image name is 00925-3431573143.png
then after will be 00925-3431573143_signed.png


Supports ('.png', '.jpg', '.jpeg', '.bmp', '.tiff') upper and lowercase extention names like .PNG also


Expand Down

0 comments on commit e6cec11

Please sign in to comment.