Skip to content

A URL shortener is a tool that creates a short, unique URL that will redirect to the specific website of your choosing.

Notifications You must be signed in to change notification settings

KoushikNavuluri/URL-SHORTENER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

URL-SHORTENER

A URL shortener is a tool that creates a short, unique URL that will redirect to the specific website of your choosing.

==========================

1. URL Introduction
2. What is Pyshorteners?
3. Creating a URL Shortner

URL Introduction:

The Dictionary defination:

A URL is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.

A URL stands for Uniform Resource Locator.

An example of a URL is https://www.google.com .

URL Breakdown: URL = Protocol + Domain + path (simplest breakdown, it can be divided further!)

What is Pyshorteners?

pyshorteners is a Python lib to help you short and expand urls using the most famous URL Shorteners availables. With the help of pyshorteners , you can generate a short url or expand another one which is as easy as typing. This is basically a library in Python that provides implementation of few popular URL Shorteners.

If you wish to know more about it, you can refer to Pyshorteners Documentation. Use this link to navigate to the documentation.

Now that you are aware of URL and Pyshorteners basics, we can move forward to the coding section.

Required Libraries:

pip install pyshorteners

About

A URL shortener is a tool that creates a short, unique URL that will redirect to the specific website of your choosing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages