Skip to content

A flexible Python tool for compressing data files with gzip, perfect for efficiently storing or transmitting large amounts of data without compromising quality.

License

Notifications You must be signed in to change notification settings

dduyg/byte-efficient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Byte Efficient

Refer to THIS documentation for detailed instructions and examples to help you get started.

ByteEfficient is a flexible and convenient Python companion, designed to reduce the size of data files using gzip compression, especially useful for scenarios involving large amounts of data that need to be stored or transmitted efficiently.

  • Supports a wide range of file formats, such as text, CSV, JSON, and binary files, without compromising data integrity.
  • Provides detailed information about the compression process, including original and compressed file sizes, and compression ratio.
  • Accepts input and output file paths as command-line arguments for flexibility and customization.

Prerequisites & Installation

  • Ensure you have Python 3.x installed on your system to run the script.
  • Basic familiarity with running Python scripts from the command line.
  • No installation is required. Simply clone the repository containing the script from GitHub, or download the script file byte_efficient.py directly.

⬤ Happy compressing!

The script, authored by Duygu Dağdelen, was last updated on 23 March 2024 and is provided under the MIT License. See the LICENSE file for more information.

About

A flexible Python tool for compressing data files with gzip, perfect for efficiently storing or transmitting large amounts of data without compromising quality.

Topics

Resources

License

Stars

Watchers

Forks

Languages