An open API service indexing awesome lists of open source software.

https://github.com/bilal-belli/lexcompressor

This is a simple project that allows you to decrease the size of .txt files by assigning a number of characters to eliminate doubles.
https://github.com/bilal-belli/lexcompressor

c compressor lex python zip

Last synced: 2 months ago
JSON representation

This is a simple project that allows you to decrease the size of .txt files by assigning a number of characters to eliminate doubles.

Awesome Lists containing this project

README

          

# LexCompressor

About



This is a simple project that allows you to decrease the size of .txt files by assigning a number of characters to eliminate doubles (like App => A1p2).

Demo