Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 941 Bytes

File metadata and controls

34 lines (25 loc) · 941 Bytes

StickWithAndIllSeeYaInTheNextLecture

The program written in Python3 and is intended to loop over a user inputted directory, opening images and writes a Unique Identifier (top left corner) for College Assignments.

Installation

Use the package manager pip to install Pillow. (python3 using alias)

python -m pip install --upgrade pip
python -m pip install --upgrade Pillow

Usage

python main.py
#Enter Your PawPrint
Kw2m4
#Enter Project Name
ProjectsS21
#Enter the directory where the images currently are
C:\Users\Kyle\Pictures\Screenshots
#Enter the directory where you would like images to be saved
C:\Users\Kyle\Desktop\Images

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT