Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 457 Bytes

README.MD

File metadata and controls

14 lines (12 loc) · 457 Bytes

PyEval

Python evaluator in the web!

Built with pyodide

TODO:

  • Cleanup code, I wrote this in 20 minutes to test some stuff, didn't expect to actually make this a polished product
  • Dark mode
  • Auto indent for ifs
  • Add more features
  • Support for other languages
  • Switch to monaco editor
  • Disable auto run if input(...) is used (configurable in settings)
  • Option to disable print redirection