A URL Shortener GUI Made Using Python 3.9.0 .
It reduces the length of the URL so that it can be shared easily on platforms like Twitter, where number of characters is an issue.
Hope You Will Like It and you can also use the code to make your own version.
- pyshorteners
- For Linux: Open Terminal then type
pip3 install pyshorteners
- For Windows: Open CMD, then type
pip install pyshorteners