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.
- Host: GitHub
- URL: https://github.com/bilal-belli/lexcompressor
- Owner: Bilal-Belli
- License: apache-2.0
- Created: 2022-12-16T21:26:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T14:15:39.000Z (about 3 years ago)
- Last Synced: 2025-06-15T14:16:41.154Z (about 1 year ago)
- Topics: c, compressor, lex, python, zip
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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