Covert your Files to Base64 Strings and Vice-Versa
pip install -r requirements.txt
File to Base64 String.
python f2b64_and_back.py 0 path_to_file > base64.txt
Base64 String(Stored in a file) to File.
python f2b64_and_back.py 1 path_to_base64_string_file.txt -of CustomFileName
python f2b64_and_back.py -h