The cefd (Compression Engine For Dummies) is a simple Compression app which encodes text. It's USP is that it's easy to use/understand for someone whose new to Compression. Also Good place for someone to learn compression algos.
-
Beginner Friendly Compression Algo: Let's Type brings typing speed evaluation right to your terminal, creating a seamless and distraction-free environment for users.
-
Python Power: Developed entirely in Python, Let's Type is not just a typing speed calculator; it's a testament to the versatility and elegance of Python programming.
-
See the effect: You can design your own algo, use it in the app and compare it with the market standards.
- Inspired by Zip : )
$ cd cefd/
$ export PYTHONPATH=`pwd`
$ python3 -m unittest discover -s tests/compression -v
- Make sure to leave a ⭐ if you like this project.
- Learn more about bwt-rle-compression.