Is it possible to execute a python script through react native expo?

I’m working on a project in react native expo, And i want to Execute a python script inside my react native expo project to run a script, where it will then find a JSON file in my project and use that information to create an excel sheet and email it to the user, that is all it needs to do, I don’t need information to come back to me I just need the file to be executed within my project.