This is a simple URL shortener application with a graphical user interface (GUI) built using the Python module pyshortener. The application allows users to
enter a long URL, shorten it using popular URL shortening services, and copy the shortened URL to the clipboard.
To run this application, you need the following:
- Python 3.x
- PyShortener module
- Tkinter module (usually comes pre-installed with Python)
You can install the required modules using pip:
pip install pyshortener- Clone this repository or download the source code.
- Make sure you have installed the required modules (PyShortener and Tkinter).
- Open a terminal or command prompt and navigate to the project directory.
- Run the following command to start the application:
python url_shortener_gui.py- Launch the application.
- Enter the long URL you want to shorten in the provided input field.
- Click on the "Shorten" button to generate the shortened URL.
- The shortened URL will be displayed in the application window.
- Click on the "Copy" button to copy the shortened URL to the clipboard.
The application currently supports the following URL shortening services:
- TinyURL
- Bitly
- This application requires an active internet connection to work since it relies on external URL shortening services.
Contributions are welcome! If you find any issues or want to add more features, feel free to create a pull request or submit an issue on the GitHub repository.