This is a python script of URL Shortener. It shortens the URL using 'Generate Short URL' button. For that, URL should be entered in the required space. It's a task which most people use it in day to day lives.
Dependencies : Pyperclip and Pyshorteners should be installed before running this script
To do : pip install pyperclip pip install pyshorteners
I've used compiled my project on Pycharm.