
# https://www.globalsino.com/ICs/page4853.html
# Copy text to clipboard

import pandas as pd

df=pd.DataFrame(['Copy a text'])

df.to_clipboard(index=False,header=False)


