Can i import a python library into makecode?

I found a webscraping python library that I want to interface with my game, but im not sure how to import it to makecode. any insight greatly appreciated

I am taking a guess at probably not, since Python in MakeCode seems to be mostly a translation layer which is “converted to Static TypeScript before being compiled to lower-level languages”.

Source: https://makecode.com/language

Welcome, by the way, @makegame!

You could try putting the code of the library into make code. If the library uses other libraries, then it might not be possible to use that library.

Short answer: no

3 Likes

Good summary.

3 Likes