https://github.com/lakshayd02/url-shortener-python
URL Shortener made using Python is a Tool which helps to reduce the length of the URL so that it can be shared easily on different platforms where number of characters is an issue.
https://github.com/lakshayd02/url-shortener-python
pip pyshorteners python python-library python3 tkinter tkinter-gui url-shortener url-shortening
Last synced: 16 days ago
JSON representation
URL Shortener made using Python is a Tool which helps to reduce the length of the URL so that it can be shared easily on different platforms where number of characters is an issue.
- Host: GitHub
- URL: https://github.com/lakshayd02/url-shortener-python
- Owner: LakshayD02
- Created: 2023-08-27T08:35:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:34:32.000Z (3 months ago)
- Last Synced: 2025-04-15T16:18:23.826Z (16 days ago)
- Topics: pip, pyshorteners, python, python-library, python3, tkinter, tkinter-gui, url-shortener, url-shortening
- Language: Python
- Homepage: https://bit.ly/47NafyN
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortener with Python 🚀🔗
- This is a simple URL shortener built with Python using the Tkinter and PyShortener modules. It allows users to easily shorten any long URL with a click of a button!
# Features:
- Simple GUI: Built with the Tkinter library for an easy-to-use interface 🖥️
- Quick URL shortening: Shorten your long URLs instantly using the TinyURL API 🔗➡️🌍
- Copy functionality: Get the shortened URL in a second input box ready to be copied to your clipboard 📋# Requirements:
- Tkinter (comes pre-installed with Python)
- PyShortener (install via pip install pyshortener)# How to Use:
- Enter the URL you want to shorten 🌐
- Click the "Click Here" button 🖱️
- Copy the shortened URL that appears below ✂️