I wanted to create some formatted text like this:
𝐇𝐞𝐥𝐥𝐨𝐖𝐨𝐫𝐥𝐝!
And then put it onto the clipboard using Python, so when I paste it will show my text in formatted version in Windows.
I have tried to copy some text using some libraries, but all they copy is the text in simple format:
Hello world
I want my clipboard text in bold format like this:
𝗵𝗲𝗹𝗹𝗼𝘄𝗼𝗿𝗹𝗱