Skip to content

URL shortener using a Python module called pyshortners and Python Tkinter for creating a GUI. This is useful for reducing long URL's into short and minimal ones

Notifications You must be signed in to change notification settings

atharva-yadav/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener using Python

Watch on YouTube: URL Shortener using Python

We often need to share some links with our friends or anyone, but sometimes those links are very long and are not readable. So we need to shorten that URL to get a clean, minimal look. But how it is, if you could create your own URL Shortener using Python?

image

Modules Required

For this application, we will need two Python modules,

  1. pyshorteners: Pyshorteners is a Python library that helps you shorten URLs using the most famous URL Shorteners available.
  2. Tkinter: Tkinter is a standard library in Python which is used for GUI applications. Tkinter is the native library. You don’t need to install it externally; just import it while you use it, just like any other python module.

When you run the above .py file, you will get such kind of output. Enter any URL in the first row and press the convert button & that’s it, your python code will generate a shortened URL for you. Watch YouTube Video

Just like this

image

Note: This application will only run until you’re connected to the internet. As it needs to fetch APIs; It will not work in offline mode.

About

URL shortener using a Python module called pyshortners and Python Tkinter for creating a GUI. This is useful for reducing long URL's into short and minimal ones

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages