https://github.com/abduldevhub/huffman-compression
A Python program that uses the Huffman compression algorithm to compress and uncompress any file using the console
https://github.com/abduldevhub/huffman-compression
python
Last synced: 9 months ago
JSON representation
A Python program that uses the Huffman compression algorithm to compress and uncompress any file using the console
- Host: GitHub
- URL: https://github.com/abduldevhub/huffman-compression
- Owner: AbdulDevHub
- License: mit
- Created: 2024-01-27T04:35:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T21:56:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T14:17:27.858Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 116 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huffman Compression [Compress & Uncompress Any File]

## Overview
This repository contains the code for a Python program that uses the Huffman Compression Algorithm to compress and uncompress any file using the console.
## Setup
To run this program locally, follow these steps:
1. Clone the repository
2. Navigate to the project directory
3. Install the required libraries
4. Run the program
## Contributing
While this is a personal project, I'm open to collaboration. If you have suggestions for improvements, please open an issue.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.