# Encode/Decode Images

This is a Python script to encode/decode images. It uses base64 format to encode/decode images

## Usage

#### Encode

```bash
python main.py -e <IMAGE_PATH>
```

#### Decode

```bash
python main.py -d <DESTINATION_PATH>
```