I want python code to input particular sentence to a separated open source app. Here's more information: I have Anki installed on my PC (open-source flashcard program) and I want to write a code that would look up a definition of a word with corresponding examples (e.g sentences that would show a word in context) and then input that into an app so I wouldn't have to do it manually. So, the question is: 'Is it possible to access input field in an app using python? And if yes then how?'
btw, I haven't found anything yet that would somehow answer this question