Skip to content
  • Sponsor prathimacode-hub/Awesome_Python_Scripts

  • Notifications You must be signed in to change notification settings
  • Fork 263

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

e04c37f · Oct 14, 2021

History

History
16 lines (10 loc) · 506 Bytes

File metadata and controls

16 lines (10 loc) · 506 Bytes

URL Shortner

It shortens the website URL.

How to run the script

-Download the library using command pip install pyshorteners in command prompt.

How it works

  • It takes the website URL as input.
  • It shortens the given URL and returns the shortened URL.

Url Shortener

Long URLs are not easy to handle so URLs should be short and sweet so that they are easy to share.

pyshorteners is a Python lib to help you short and expand urls using URL Shorteners available.