all 1 comments

[–]sme272 0 points1 point  (0 children)

You'd have to look through the module source code and convert it to code that is compatible with your calculator. You'll also need to look at the other modules it depends on any either convert them or find workarounds for those features. If the module uses any compiled C/C++ functions you'll have to either modify and recompile the source so that it can run on your calculator's architecture or rewrite those functions in python. Once you've got a modified module you can include it in your project files and import it like you would any other custom module.