An open API service indexing awesome lists of open source software.

https://github.com/billythegoat356/parasite

Parasite is a tool allowing you to compress Python programs, to reduce their size.
https://github.com/billythegoat356/parasite

bytes compress file files optimize python python3

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

-----



-----

###

🦠 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