How you can use ctrl+c, ctrl+v on Python.

Asked 2 years ago, Updated 2 years ago, 71 views

I'm writing a program to crawl the web with Python, and I wonder how I can get the ctrl+c and ctrl+v keyboard input. I'd appreciate it if you could tell me how to search for it ㅠ<

To be more specific, it is a program that copies and pastes posts on my website as they are on other sites, but if you put them in variables and print out variables in the writing window, it doesn't take a while, but takes a while. I'm asking you this question because I want to shorten the time.

python keyboard

2022-09-22 14:17

1 Answers

Python Keyboard Interrupt or You can search on Python Signal.


2022-09-22 14:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.