Lupress is a simple, educational command-line tool that compresses and decompresses text files using Huffman coding.
- Compress text files using Huffman coding
- Decompress
.txtfiles back to their original form - Lightweight, single-binary tool
- Clone the repo:
git clone https://github.com/YOUR_USERNAME/Lupress-Compression.git cd lupress g++ src/*.cpp -o bitwolf ./bitwolf compress test.txt