TheAlgorithms / Python

All Algorithms implemented in Python
https://the-algorithms.com/
MIT License
186.2k stars 44.57k forks source link

Need help to write Algorithm for copying text from one program and pasting it to another program #4039

Closed AltNeo closed 3 years ago

AltNeo commented 3 years ago

IMG_20201216_212300.jpg (Pardon the handwriting) This is a basic step procedure I chalked out Any suggestion to help any bullet point will help I m a student who just started learning about python and what it can do Even a direction to the required libraries to import Or any other approach that can be more efficient will help a lot Thanks

amaank404 commented 3 years ago

Mouse Clicking might not be the most effective way (this is hard)

but you can achieve this very simply if you know the file path, also it might a better way to describe it more precisely (rather than how to do, please tell what to do)

😄 All the best though for Python

AltNeo commented 3 years ago

I want to copy my online meeting link from whatsapp web and paste it to a chat in Microsoft teams The link changes everyday and I want to learn about automation

amaank404 commented 3 years ago

you might want to look at these links (I am not having any experience with microsoft teams):

MiClaire commented 3 years ago

hi, If you want to write a algorithm to copy and paste like or text Python's Clipboard module might help. Clipboard

amaank404 commented 3 years ago

The data which is copy and pasted is not in Python and is Copied Pasted outside the actual program between whatsapp and MicrosoftTeams. So clipboard is likly not to help

MiClaire commented 3 years ago

Can you Explain it a little more what He is trying to achieve. Please?

amaank404 commented 3 years ago

He is trying to copy meeting links from WhatsApp and paste them in Microsoft Teams

MiClaire commented 3 years ago

okay. I have Rough Idea that this can possibly be automated using twilio and pymsteams APIs mentioned above.

Jayanth-Kalgikar commented 3 years ago

The data which is copy and pasted is not in Python and is Copied Pasted outside the actual program between whatsapp and MicrosoftTeams. So clipboard is likly not to help

Yea! Clipboard might not help.

dhruvmanila commented 3 years ago

Hi, this does not seem like an issue related to TheAlgorithms/Python repository. Please do the related discussion on our Gitter channel. Thank you for your cooperation.