anebz/compressor
A collaborative project of a simple compressor using Huffman coding in Python
PythonMIT
Issues
- 0
Compression of multiple files
#23 opened by anebz - 0
Reduce complexity
#27 opened by anebz - 0
Use regex for decompressing algorithm
#26 opened by JulenCestero - 0
Progress bar while encoding
#22 opened by anebz - 0
- 0
old_tree and new_tree are different
#21 opened by anebz - 0
Display button as enabled/disabled
#13 opened by anebz - 0
Allow user only certain types of files
#20 opened by anebz - 0
Check if writefile is correct
#19 opened by anebz - 0
Link buttons to code
#12 opened by anebz - 0
Read file and get compressed string
#7 opened by anebz - 0
Decode using Huffman code
#8 opened by anebz - 0
Write txt with decompressed text
#9 opened by anebz - 0
- 0
Change the order of the resulting dictionary
#18 opened by JulenCestero - 0
Unify two nodes into a node with k = k1 + k1 and v = v1 + v2 and create a new dictionary with those elements
#14 opened by JulenCestero - 0
Save '0' or '1' track of each original key
#15 opened by JulenCestero - 0
Create code
#3 opened by anebz - 0
Turn code-characters into string
#5 opened by anebz - 0
Save tree and redundancies
#16 opened by anebz - 0
Origin and destination path
#11 opened by anebz - 0
Understand how tkinter works
#10 opened by anebz - 0
Count frequency of letters
#2 opened by anebz - 0
Save encoded string
#6 opened by anebz - 0
Encode string
#4 opened by anebz - 1