Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Contributors LinkedIn

arithmetic_coding

Logo

Arithmetic coding

Implementation of lossless data compression technique written in Python.

About The Project

App created as a student project work for Data Compression course at the Warsaw University of Technology.

Due to the use of fractions module in computing, the performance tends to be slow for larger files.

Usage

Use -h or --help flags to get automatically generated help text for the command-line program:

$./arithmetic_coding.py --help
usage: arithmetic_coding.py [-h] {compress,decompress} input output

Compress/Decompress files using arithmetic coding algorithm.

positional arguments:
  {compress,decompress}
  input
  output

optional arguments:
  -h, --help            show this help message and exit

Screenshots

Header icon made by Smashicons from www.flaticon.com

About

Implementation of lossless data compression technique written in Python.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.