livingbio / typed-ffmpeg

Modern Python FFmpeg wrappers offer comprehensive support for complex filters, complete with detailed typing and documentation.
https://livingbio.github.io/typed-ffmpeg/
MIT License
82 stars 2 forks source link

online editor #384

Open lucemia opened 6 months ago

lucemia commented 6 months ago

https://www.infoworld.com/article/3661628/intro-to-pyscript-run-python-in-your-web-browser.html

lucemia commented 6 months ago

https://pyodide.org/en/stable/

lucemia commented 6 months ago

https://github.com/brython-dev/brython/releases

lucemia commented 6 months ago

Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on PyPI is supported. Many packages with C extensions have also been ported for use with Pyodide. These include many general-purpose packages such as regex, pyyaml, lxml and scientific Python packages including numpy, pandas, scipy, matplotlib, and scikit-learn.