Python Forum
how to enter text in text box inside a program?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to enter text in text box inside a program?
#1
Hi everybody,
First of all, this is my first project in python so be kind with me if I say some weirds things or don't understand everything you say, but I am willing to read and learn and practice.
That's said, lets go to the heart of my problem.
I am working on a raspberyPi to make a python script that will take a user input ( in that case a astronomical objetc name like m31 or m45 ) then the python script need to parse that input into a text box inside a 3rd party program. Basicaly, the script I am working on will show a list of astronomical object name on a 3.5" touch screen lcd, then according to what the user choose, it will need to take that variable and parse it to the appropriate text box inside the 3rd party program. That program already exist, it is called ekos ( inside kstar) for astronomical dome and picture acquisition automation. Upon startup, I can link a script file in python that will launch automaticaly.
I think in order to do that, I need to tell python where is the input box in that program before I can write a string in it.
But my question is how can I do that?
How can I tell python to write text inside that text box exactly?
Well thats is my first questions, lets start slowly I have many other things to find out, but I have some keywords in my mind to research my others question. For this particular scenario, I don't know a hint about where to start looking?

Thank you for your help.
Sorry If I say some things weird. Mayb my thinking is wrong and you can think of something simpler? I am open to suggestion.
The goal of my script is to remove the keyboard mouse and screen of the equation and launch the astronomical acquisition sequence on the push of a switch on a GPIO pin.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  subprocess check_output text cut off Axel_Erfurt 5 688 Feb-20-2025, 02:15 PM
Last Post: DeaD_EyE
  How can I write formatted (i.e. bold, italic, change font size, etc.) text to a file? JohnJSal 12 27,780 Feb-13-2025, 04:48 AM
Last Post: tomhansky
  Python - Hidden Text / Html Mail python1337 1 2,271 Feb-08-2025, 10:47 AM
Last Post: python1337
  Problems writing a large text file in python Vilius 4 938 Dec-21-2024, 09:20 AM
Last Post: Pedroski55
  Get an FFMpeg pass to subprocess.PIPE to treat list as text file? haihal 2 976 Nov-21-2024, 11:48 PM
Last Post: haihal
  parsing a tree of text first the right most aligned blocks of text and so on arvindikchari 2 746 Nov-21-2024, 01:42 AM
Last Post: BashBedlam
  Paste text with caret already positioned inside a placeholder; Wehaveall 1 812 Oct-15-2024, 10:28 AM
Last Post: menator01
Photo image generation with text style Belialhun 0 626 Oct-08-2024, 01:53 PM
Last Post: Belialhun
  How to insert text time - into video frames? oxidian 0 974 Aug-25-2024, 04:51 PM
Last Post: oxidian
  Print text with big font and style tomtom 6 20,343 Aug-13-2024, 07:26 AM
Last Post: yazistilleriio

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020