Skip to content

deepcoder0/File-Compressor-Decompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

File-Compressor-Decompressor

Implemented a script to compress a text file using Huffman Technique and decompress it later.

To run or verify the script; user can pass the path of the file in the later part of the code. For eg: path = r'C:\Users\Deepanshu Aggarwal\Desktop\huffman.txt' ; (the complete location of the file) Then you can try to compress and decompress the file. After successful compression a message will be displayed 'Compressed'

About

Implemented a script to compress a text file using Huffman Technique and decompress it later.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors