MT5 Python API That Doesn't Require a Terminal

 
I was working on a personal project and I realized that the already available MT5 API won't work for my purposes because it requires the terminal to simultaneously be open.
I looked all over the internet but all the API's I could find were either just wrappers that still needed a terminal or were just really expensive.
So I am making my own API that won't need a terminal and will work on any platform. And I wanted to know if anyone else would be interested so I could develop with the public in mind.