Skip to content

DP-0P/File_Compression_and_Decompression_using_Huffman_Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Compression and Decompression

To run the script

  • Download the code.
  • Run python main.py.
  • Enter 1 and the path of the file you want to compess.
  • Enter 2 and the path of the compressed file to get the OG file.
  • And enter 0 to terminate the program.