fohrloop / wakepy

Cross-platform keep-awake with python
MIT License
197 stars 14 forks source link

Wakepy on browser (Pyodide, PyPy.js, Brython, Transcrypt, Skulpt) #362

Open fohrloop opened 5 months ago

fohrloop commented 5 months ago

Python code can be ran on browser, either converting it into JS (Brython, Transcrypt and Skulpt) or into WASM (Pyodide and PyPy.js). Could it be possible to support wakepy modes when running python on browser?