Sep-25-2020, 10:06 PM
Hello every1!
I am completly new with python so please bear with me
Is there a way to scrape the text out of applications. For e.g. I have a windows application that I would like to scrape text out of it. If I understand correctly BeautifulSoup library is made to scrape text out of websites via inspecting html content. With it you can extract/scrape text from websites. I am looking for similar library that is able to process text from windows application that is fixed in window size (e.g. w:480 h:340). Is there a way to do so with python?
If I haven't been clear enough with my question, please let me know.
Thanks for the read!
I am completly new with python so please bear with me

Is there a way to scrape the text out of applications. For e.g. I have a windows application that I would like to scrape text out of it. If I understand correctly BeautifulSoup library is made to scrape text out of websites via inspecting html content. With it you can extract/scrape text from websites. I am looking for similar library that is able to process text from windows application that is fixed in window size (e.g. w:480 h:340). Is there a way to do so with python?
If I haven't been clear enough with my question, please let me know.
Thanks for the read!