How can i integrate a graphical user interface with 2 buttons made in pyhton tkinter and the automation process made in ui path

how can i integrate a graphical user interface with 2 buttons made in pyhton tkinter and the automation process made in ui path

1 Like

Hey @Daniel_M1

You want to do some UI actions on that mentioned website or could you please explain what type of integration you are actually expecting.

Thanks
#nK

hello thanks

I am developing a desktop software that extracts data from a .pdf file
for this I use uipath but I want to join it with a user interface made in pyhton tkinter that has

2 buttons…
1.-start process
uipath…
2.- close software

1 Like

Hey @Daniel_M1

Okay clear.

You can make orchestrator API calls from the desktop app.

Access your orchestrator API docs or playground - <your orch URL>/swagger

Thanks
#nK

1 Like