Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 534 Bytes

File metadata and controls

18 lines (13 loc) · 534 Bytes

BitWolf: A Huffman Compression Tool

Lupress is a simple, educational command-line tool that compresses and decompresses text files using Huffman coding.

📦 Features

  • Compress text files using Huffman coding
  • Decompress .txt files back to their original form
  • Lightweight, single-binary tool

🛠 Build Instructions (Linux)

  1. Clone the repo:
    git clone https://github.com/YOUR_USERNAME/Lupress-Compression.git
    cd lupress
    g++ src/*.cpp -o bitwolf
    ./bitwolf compress test.txt