Skip to content

Files

Latest commit

 

History

History

URLShortner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

URL shortener in python using pyshorteners

Introduction

Sending those long links to somebody looks so tiresome task, doesn't it? 
Try out this URL shortener code to shorten your links before you share it with someone. 
The code is easy to understand as well as to implement.
I hope you have fun trying this out.

How to use it :

  1. Download or clone the repository
  2. Install Required Libraries
  3. Run URLShortener.py
  4. Enter the link you want to shorten
  5. The shortened link will be shown
  6. Copy the shortened URL.

Output

Below you can see its implementation.

endpoint endpoint

built with love