I am new to python. I want to create hyper-link in terminal window using python. How can I achieve this? (The link as-it-is is clickable in terminal)
Suppose I have a link https://duckduckgo.com and want to hyper-link to text duckduckgo (Text should be clickable ofcourse).
[HTML version would be]
<a href="https://duckduckgo.com">duckduckgo</a>