Skip to content

Implementation of lossless data compression technique written in Python.

Notifications You must be signed in to change notification settings

scresh/arithmetic_coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages