Consider migration from asyncio to trio
trio is the recommended choice according to Kivy developper.
We should consider migrating our code to trio instead of asyncio. Performance, code style, compatibility seams to be better.
Built-in function to openfile.
Built-in function to open process.
Httpx to make http request.