GitHub - LaihoE/tiralabra: gzip decompressor in ~300 lines of readable python

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

gzip decompressor in ~300 lines of python

Only requirement is bitarray: pip install bitarray

useage:

python3 main.py path_to_file.gz

To create a test file for example create a text file and: gzip my_file.txt

About

gzip decompressor in ~300 lines of readable python

Resources

Readme

Activity

Stars

6 stars

Watchers

1 watching

Forks

0 forks