Skip to content

trex2004/File-Compression-Using-Huffman-Coding-Flask-App

Repository files navigation

Text File Compression using Huffman Coding

Description

Huffman Coding is an efficient way to compress files. This Flask app uses two C++ programs to compress and decompress files. Flask’s templating and routing capabilities to create a user-friendly and intuitive web application interface and secure data transfer using Flask-WTF and WTForms for form validation.

Setup

  1. Download or clone the repo
  2. Run "pip install -r requirements.txt" to install the required packages
  3. Run "python main.py" to start the flask app
  4. Click on the localhost link that appears on the cmd

About

Cpp program to compress test based files and using Flask to provided a web based interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors