Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 414 Bytes

File metadata and controls

10 lines (7 loc) · 414 Bytes

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.