Skip to content

alekszlat/Lupress-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An educational compression tool built from scratch using Huffman encoding — designed to explore how file compression works under the hood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors