Skip to content

GargiMittal/URL-Shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

URL Shortener

URL Shortener is a Python desktop application that utilizes the Cutt.ly URL shortening service to quickly and easily shorten long URLs. It features a user-friendly graphical interface built with the Tkinter library.

URL Shortener Demo

Features

  • Shorten long URLs using the Cutt.ly API.
  • Requires a valid API key for authentication.
  • Provides instant feedback on successful or failed URL shortening.

Getting Started

Prerequisites

  • Python 3.x

  • Required libraries can be installed using the following command:

    pip install requests

    How to Use??

    • Get your API key from cuttly
    • Input the API key and website link you want to shorten
    • Click on shorten URL
    • Copy the new URl that you can use

Releases

No releases published

Packages

No packages published

Languages