Email Support
Drop us a message directly. We typically respond within 24 hours.
theprojectlimitless@outlook.com.Documentation / FAQ
Check out our extensive FAQ and editor guides right on our homepage.
View the GuidesCommon Issues
My code says a module is missing.
PyRun runs completely in your browser via WebAssembly (Pyodide). While it supports over 100+ native packages like numpy, matplotlib, and requests, pure C-extensions or external binary dependencies might fail to load. Always try executing your standard imports first.
Does PyRun save my files?
PyRun automatically uses your browser's local storage to remember your files and settings seamlessly! However, because cache can be cleared, we highly recommend exporting your whole project as a ZIP occasionally using the export button.
It says "Interactive terminal is unsupported".
Interactive input() calls require SharedArrayBuffer to sync standard thread execution. Ensure your browser is secure, updated, and not overriding restrictive security layers that block multithreading contexts.