Is it posible to copy a web page (whatever I see, not the source) onto a clipboard automatically (without using ctrl+c), using python / javascript.
Thanks in advance :)
Is it posible to copy a web page (whatever I see, not the source) onto a clipboard automatically (without using ctrl+c), using python / javascript.
Thanks in advance :)
If you just want to extract the usable text from a web page, you can use something like BeautifulSoup. If you want to copy it to the clipboard, you can use pyperclip.