Skip to content

Ekkl3s1a/py-folder2ImageEncoderDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-folder2ImageEncoderDecoder

Simple python folder to image encoder and decoder.

Usage

folder2ImageEncoder.py

if __name__ == '__main__':
    # ./files is the name of the folder you want to encrypt
    encode_folder(folder=Path(r'./files'))

image2FilesDecoder.py

if __name__ == '__main__':
    # ./encryptedImagesFolder is the name of the enrypted folder
    decode_encrypted_images(folder=Path(r"./encryptedImagesFolder"))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages