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