- 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!
- 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 π
- Tkinter (comes pre-installed with Python)
- PyShortener (install via pip install pyshortener)
- Enter the URL you want to shorten π
- Click the "Click Here" button π±οΈ
- Copy the shortened URL that appears below βοΈ