Skip to content

vishaltanwar96/F2B64AndBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Covert your Files to Base64 Strings and Vice-Versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages