billythegoat356 / Parasite

Parasite is a tool allowing you to compress Python programs, to reduce their size.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



🦠 Parasite 🦠



Parasite is a tool written in Python3 allowing you to "compress" Python files,
allowing you to keep your code executable but make it less heavy.




⭐ Features ⭐



+ Fast
+ Good optimization (using the zlib library), file size can go from 20MB to 6MB
+ Your Python program will only be a few milliseconds slower




🎯 Levels 🎯

This section shows the "levels" of this project, from 0/5 βšͺ to 5/5 ⚫!

βšͺπŸŸ’πŸ”΅πŸ”΄πŸŸ£βš«



  • Time: 🟒
  • Complexity: πŸ”΅
  • Service: 🟣


πŸ’‘ Ideas πŸ’‘

Feel free to make a pull request on this repository to submit any idea!




πŸ“Œ Disclaimer πŸ“Œ



  • Please use this program only for educational purposes.
  • It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.


billythegoat356

About

Parasite is a tool allowing you to compress Python programs, to reduce their size.

License:Eclipse Public License 2.0


Languages

Language:Python 100.0%