ClipboardCopy is a Python script that copies the clipboard contents and sends them to another IP address. It can be useful for scenarios where you need to share clipboard data across different machines or devices.
Before running the script, make sure you have the following frameworks installed:
-
pywin32: Used for accessing the clipboard on Windows.
pip install pywin32
-
schedule: Used for scheduling tasks to run at specific intervals.
pip install schedule
-
Install the required frameworks using the provided pip commands.
-
Run the
main.py
script. -
Specify the IP address of the destination where you want to send the clipboard contents.
-
The script will continuously monitor the clipboard and send its contents to the specified IP address at regular intervals.
# Example usage
python3 main.py