Closed AnshNikhare closed 3 months ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md]. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Issue Number: #332
Project Proposal: File Compression Tool
Project Overview
The File Compression Tool is a desktop application built using Java, which allows users to compress and decompress various types of files. The tool supports multiple file formats including text files, image files, audio files, and document files. The application utilizes a combination of Huffman coding, ZIP compression, and specific Java libraries for handling different file types.
Objectives
File Formats Supported
.txt
(compressed using Huffman coding).png
,.jpg
,.bmp
(compressed using ZIP compression).wav
,.mp3
(compressed using ZIP compression).pdf
,.docx
(compressed using ZIP compression)Project Scope
GUI Development:
Compression Logic:
Testing and Validation:
Documentation:
Technologies
Deliverables