Marketionist / py-image-changer

Bulk image processing with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bulk image processing with Python

License:MIT License


Languages

Language:Python 100.0%