/py-image-changer

Bulk image processing with Python

Primary LanguagePythonMIT LicenseMIT

py-image-changer

Bulk image processing with Python

Requirements

Python version 3.6+

Installation

  1. Clone this repository:
git clone https://github.com/Marketionist/py-image-changer.git
  1. Create virtual environment and activate it:
python -m venv py-image-changer/
source py-image-changer/bin/activate
  1. Switch to py-image-changer folder and install all dependencies:
cd py-image-changer && pip install -r requirements.txt

Running

To run the script just execute:

python py-image-changer.py

Thanks

If this script was helpful to you, please give it a ★ Star on GitHub