About This Project
This online tool provides a safe and controlled environment to write and run Python code with built-in restrictions. Powered by the restricted
package, it uses AST-based validation to block potentially unsafe imports and built-in functions like os
, sys
, or open
.
The goal is not full sandboxing—which is inherently difficult in Python—but to offer a restricted execution layer where you can experiment with code while enforcing customizable security constraints.