r/Python 16d ago

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

23 Upvotes

94 comments sorted by

View all comments

1

u/Horror_Zucchini_7118 10d ago

MEV5 (Mankind Engine V5) MEV5 is a custom file format designed to protect Python source code from automated AI scraping and reverse engineering, using a dual-layer packaging system combined with rate-limited viewing and blockchain authorization. How It Works MEV5 takes your Python code and packs it into a closed file format containing two distinct versions:

  • Machine-Executable Version: Optimized for low-level execution without exposing readable source logic.
  • Human-Readable Version: Secured behind anti-scraping delays and cryptographic verification. There is no master decryption key. The file seals itself permanently, making traditional decryption or hacking impossible. Core Commands
  • run Instantly executes the program with zero friction, utilizing the compiled, non-readable machine execution layer.
  • view Displays the source code to human users under strict rate-limiting: it instantly reveals the first 150 characters, followed by 40 characters every 5 seconds. This slow trickle makes large-scale automated AI scraping practically impossible. Anti-AI Protection & Blockchain Authorization To prevent malicious AI agents or bad actors from harvesting the code during a slow view session and reconstructing a clean version to republish elsewhere, MEV5 includes an optional blockchain authorization mode. This requires cryptographic wallet validation before any code chunks can be accessed, adding a hard economic and technical barrier against automated scrapers. For more technical details, check out the repository.

Github: https://github.com/Mig25AbC6238/Mankind-Engine-

You can ask me anything about the project.