micro:bit extended stubs as python modules based on official micro:bit documentation.
Copy the modules into your working directory. Use the import
function to make it accessible in your code. Import the modules
seperately, e.g:
import speech
import audio
https://github.com/ElTrasho3000/Microbit-Extended-Stubs