mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
main.py | ||
README.md |
Encode/Decode Images
This is a Python script to encode/decode images. It uses base64 format to encode/decode images
Usage
Encode
python main.py -e <IMAGE_PATH>
Decode
python main.py -d <DESTINATION_PATH>