@@ -0,0 +1,9 @@
import pyperclip
def addToClipBoard(text):
pyperclip.copy(text)
with open('public_table_function.txt', encoding='utf-8') as f:
addToClipBoard(f.read().replace("\t", "").replace("\n", ""))
The note is not visible to the blocked user.