Category "pyscript"

Is it possible to run game made with pygame on browser using pyscript?

I have made a small space invader game using pygame and I was wondering if I could play it on the browser using pyscript. Is this even possible ? Do I have to r

Import Modules to Pyscript

When we are coding python code, we typically use packages and modules that we import. For example, when we are coding we may write: import numpy import requests