Skip to content

Commit 3389c9f

Browse files
author
Rockwell70
committed
Added readme and requirements files.
1 parent 87b7f6e commit 3389c9f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

AUTOMATION/PhotoResizing/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Photo Resizing
2+
3+
### Description
4+
5+
I built this program because my company needs all employee badge photos to be the same size for
6+
posting in the employee directory. Photos are taken at multiple sites using different cameras,
7+
resulting in multiple photos of different sizes each week.
8+
9+
This program automates the process resizing each photo and saving it in a specific directory.
10+
11+
### Functionality
12+
- Image file resizing (of course!)
13+
- Archiving
14+
- Directory clean-up
15+
16+
### Instructions
17+
Simply pip install the requirements.txt and run!
18+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Pillow==9.2.0
2+
win32-setctime==1.1.0

0 commit comments

Comments
 (0)