THE RULES!
No BS Submissions
Your project has to be a real, functioning project. No "Hello World" scripts just to farm coins. We review every single submission before handing out venom!
18 And Under Only
This quest is exclusively for teenagers (18 years old or younger). If you're older than 18, you'll have to sit this one out!
Open Source Only
Your code must be publicly available on GitHub and the package must be officially published on PyPI. It needs an open-source license so anyone can use it.
Original Work
You must write the code yourself. Basic AI help (like GitHub Copilot for boilerplate or debugging) is fine, but you cannot copy-paste entire projects or let AI write the whole logic.
Installable via pip
The main goal is that anyone in the world should be able to run `pip install your-package` and have it work seamlessly on their machine. Documentation and a good README are highly encouraged!
Real Utility
Projects should solve a real problem or provide some fun/useful functionality. Whether it's a wrapper for a cool API, a math tool, a game, or a terminal visualizer, make it something you'd actually want to use.