Open AnshNikhare opened 3 months ago
Thank you for creating this issue! đ
We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! đ
You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.
Go Ahead
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