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.
- Host: GitHub
- URL: https://github.com/billythegoat356/parasite
- Owner: billythegoat356
- License: epl-2.0
- Created: 2021-12-12T21:41:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T14:02:21.000Z (over 3 years ago)
- Last Synced: 2025-04-02T14:21:46.375Z (9 months ago)
- Topics: bytes, compress, file, files, optimize, python, python3
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 29
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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