Skip to main content

'Simple program to compressing text files using 4 most popular lossless algorithms'

Project description

Program to text compression and decompression which has implemented a few of the most popular lossless algorithms.

Description

Program compress and decompress text files, using chosen algorithm. It can run on files as well as in recursive way on directory with text files. Solid compression mode can be set with proper flag, default if directory is given it runs with non-solid mode and compress each file in that directory creating new compressed file. Implemented algorithms are:

Usage

To install tcmpr use following command (assuming that you have pip installed):

$ pip install tcmpr

Compress file filename.txt with default algorithm (huffman coding):

$ tcmpr filename.txt

Decompress file filename.txt.huffman with appropriate algorithm based on extension (here .huffman):

$ tcmpr -d filename.txt.huffman

Other commands are described in official documentation

Docs

Documentation to project is hosted on readthedocs.org under following link here

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tcmpr-0.2-py2.py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page