PyCompressor - Compresses python files, making the code shorter and more undetectable to antiviruses
- Compressed code will work as well as the source code!!!
To build, you will have to manually specify all dependencies: modules, folders, various files.
This will significantly increase the size of the assembly....
-
The program supports 2 modes of operation: code compression and decompression
-
It also supports input of both a single file for processing and a whole directory
-
Tested on almost all versions of python3
-
Download the project source code and navigate to its folder
-
Now you need to run the main.py file through the console by passing the startup arguments:
- The first argument is always the path to the file or directory to be processed
- Second argument
--decompress
, which will decompress the code (not required, if you don't specify it, the program will compress)
-
The results will be saved next to the directory or file you specified.