mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-25 15:09:52 +00:00
11 lines
904 B
Markdown
11 lines
904 B
Markdown
|
# sync_clipboard
|
||
|
This program is for syncing two computers clipboards. By this they can copy paste data from each other this works under same Wi-Fi
|
||
|
So to work with this you need python, beautifulsoup4,requests module to be installed.
|
||
|
Now after all installation,
|
||
|
Open the sync_clipboard_to_pc_gui.py file in that computer from which you want the copied data.
|
||
|
By doing this you will see a tkinter window will open with start button click on that start button.now you are ready to go.
|
||
|
You will see one web address in that tkinter window you have to type it manually in that computer where you want the clipboard data.
|
||
|
To do so, now open the sync_clipboard_from_pc_or_mobile_gui.py file on another computer in the same network.
|
||
|
This will open a window where you have a textbox you have to type the web address here as it is on the other computer or phone.
|
||
|
Use it you will automatically learned how it works.
|