From 1bdda52751bd212ac02e54e1e2a8462e1fbb5d41 Mon Sep 17 00:00:00 2001 From: Artem <106631540+rzc0d3r@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:36:03 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f4c8734..c4277eb 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ PyCompressor - Compresses python files, making the code shorter and more undetec --- ## Screenshots +### Successful compression/decompression #### Code compression in the catalog: ![compress catalog](img/compressing_catalog.png) @@ -38,3 +39,9 @@ PyCompressor - Compresses python files, making the code shorter and more undetec #### Code decompression in a file: ![decompress file](img/decompressing_file.png) + +--- + +### Causes File skipping +#### Attempt to decompress decompressed code +![decompressing_not_compressed_file](img/decompressing_not_compressed_file.png)