Skip to content

Commit 8f22d18

Browse files
author
aashumallik
committed
Changed readme
1 parent e63ca3b commit 8f22d18

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Lossless file compression engine/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ This program is currently compressing a file that is named "foo.txt" which is a
77
This program compressed the original file by 43% from 175 KB to 78 KB
88

99

10-
# Code can be run via Python 3
11-
12-
Link: https://www.python.org/downloads/
13-
14-
Needs bitstring and huffman modules
10+
# Code can be run via Python 3 - https://www.python.org/downloads/
1511

12+
```
1613
pip install bitstring
1714
1815
pip install huffman
19-
20-
Code and the example output of the console are attached at the end of the report. foo.txt is 175KB of text file. The compressed file that is created with my algorithm holds 78KB of hard drive space. And the decompressed file holds again 175KB of space and it is a text file without any corruption.
21-
16+
```

0 commit comments

Comments
 (0)