a simple image processing cli tool for playing with images.
- Download the github repo
- Using cmd or powershell navigate to the repo
- Use the following two commands
pip install opencv-python
pip install matplotlib
- It is recommended to create a virtual environment
- Now run the command
python main.py
- Enjoy!