Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 518 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 518 Bytes

F2B64AndBack

Covert your Files to Base64 Strings and Vice-Versa

Inspired From

This Gist

Installing requirements

pip install -r requirements.txt

Usage

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

Help

python f2b64_and_back.py -h