Skip to content

Commit

Permalink
add screenshots to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shayandaneshvar authored Feb 13, 2020
1 parent 1c5d972 commit b65a68b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Huffman-Compressor
# Huffman Compressor
A text compressor with a rich gui that uses huffman tree.
+ Persian is supported as well.

Expand All @@ -8,3 +8,7 @@ A text compressor with a rich gui that uses huffman tree.
+ Files can be dragged and droped.

## Screenshots
<img src="https://raw.githubusercontent.com/shayandaneshvar/Huffman-Compressor/master/screenshots/splash.png" alt="splash"></br>
<img src="https://raw.githubusercontent.com/shayandaneshvar/Huffman-Compressor/master/screenshots/drag.png" alt="dragNdrop"></br>
<img src="https://raw.githubusercontent.com/shayandaneshvar/Huffman-Compressor/master/screenshots/processEnc.png" alt="processEncode"></br>
<img src="https://raw.githubusercontent.com/shayandaneshvar/Huffman-Compressor/master/screenshots/dec.png" alt="decode">

0 comments on commit b65a68b

Please sign in to comment.