I need to be able to read a specific value from memory in Python. Basically, I need to create an application that will read a variable from other program and react to it. I need it only for simplifying our workflow, so no cheating in games ;). Using Cheat engine, I found the adress of the variable taht we need to read - "93C28D70" in our situation (I know this is going to change when I restart it, but it is worth it).
Is it possible to read a memory address from another application? If so, how?