Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64file

A small client library to process files in a folder and decode/encode to/from base64

The library uses Click as a command line parameter helper and as such Click need to be installed, e.g. using pip with command pip3 install click

The package can also be installed using the supplied setup.py command

Decoding

python3 -m base64file decode --input='./inputfolder' --output='./decoded' --output_extension='.decoded_b64'

Encoding

python3 -m base64file encode --input='./inputfolder' --output='./decoded' --output_extension='.encoded_b64'

Encoding and remove default newlines

python3 -m base64file encode --input='./inputfolder' --output='./decoded' --output_extension='.encoded_b64' --clean_lines

About

A small utility client to process a set of files in a folder to either decode or encode them to/from base64

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages