16 lines
909 B
Markdown
Raw Normal View History

2022-12-09 21:26:58 +05:30
# 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
2022-12-09 21:29:27 +05:30
2022-12-09 21:26:58 +05:30
So to work with this you need python, beautifulsoup4,requests module to be installed.
Now after all installation,
2022-12-09 21:29:27 +05:30
2022-12-09 21:26:58 +05:30
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.
2022-12-09 21:29:27 +05:30
2022-12-09 21:26:58 +05:30
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.
2022-12-09 21:29:27 +05:30
2022-12-09 21:26:58 +05:30
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.
2022-12-09 21:29:27 +05:30
2022-12-09 21:26:58 +05:30
Use it you will automatically learned how it works.