/Data-Compression-with-Huffman

Txt files, gray images and color images are compressed by using Huffman Algorithm in different levels.

Primary LanguagePython

Data-Compression-with-Huffman

gui_main

This python file contains the main program and the gui for the program which was created by using Tkinter.

huffman.py

This python file contains the base of the huffman algorithm

methods

This file contains all of the needed methods for all 5 levels which are provided to compress text file, image files in different ways.