A Python-based URL shortener program with a GUI developed using Qt.
This URL shortener program is a simple application developed in Python using the Qt library for the graphical user interface. It allows users to generate short URLs using the Bitly API and easily copy them to the clipboard.
- URL Shortening: Shorten long URLs with the Bitly API.
- Copy to Clipboard: Quickly copy the generated short URL.
- User-Friendly Interface: Simple and intuitive graphical user interface.
- Python 3.11
- PySide6
- Pyshorteners
- Pyperclip
- Clone the repository:
git clone https://github.com/mmujtabah/CodeClauseUrlShortener.git - Navigate to the project directory:
- Install the required dependencies:
- Run the program:
- Enter the long URL in the input field.
- Click the "Generate Short URL" button.
- The short URL will be displayed, and you can click "Click to Copy" to copy it to the clipboard.
Contributions are welcome! If you have ideas for improvements, new features, or find any issues, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.