mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-12-18 00:00:17 +00:00
Create imageCompressor.md
This commit is contained in:
parent
e3cb07350d
commit
6c43ee48ac
17
scripts/ImageCompressor/imageCompressor.md
Normal file
17
scripts/ImageCompressor/imageCompressor.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
**Image Compression using PIL Python libraray**
|
||||
|
||||
It is CLI based program used to compress the images using PIL library.
|
||||
|
||||
Fixes #3
|
||||
|
||||
**Built With**
|
||||
|
||||
*Python (PIL Library)*
|
||||
|
||||
**Prerequisites**
|
||||
1. `pip install pillow`
|
||||
2. `pip install argparse`
|
||||
|
||||
**Run project in CLI**
|
||||
|
||||
`python imageCompressor.py file-name`
|
Loading…
Reference in New Issue
Block a user