Skip to content
#

file-decompression

Here are 15 public repositories matching this topic...

Compressor-Decompressor-Archives is a desktop application developed in Python using the tkinter library for the user interface. This application allows users to compress and decompress selected files, supporting ZIP and GZ archive formats. It also provides the ability to view archive information and its contents.

  • Updated Jul 6, 2025
  • Python

File Compressor v2 is an advanced, user-friendly web application for compressing and decompressing files using both Huffman Coding and Lempel–Ziv (LZ77/LZW) algorithms. Designed with efficiency in mind, it enables lossless compression of text, code, and document files—saving disk space without sacrificing data integrity. With a sleek HTML interface

  • Updated Aug 21, 2025
  • HTML

The provided Java code defines a HuffmanSubmit class that implements the Huffman coding algorithm for file compression and decompression. It includes methods for building the Huffman tree, encoding characters, writing the tree and encoded data to files, and decoding the compressed files.

  • Updated Jan 19, 2024
  • Java

Improve this page

Add a description, image, and links to the file-decompression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-decompression topic, visit your repo's landing page and select "manage topics."

Learn more