Python Application | 5 lines of code
You can create a Python program which can be used to shorten a big links. We'll use a shortening web service named tinyurl. You need to give your link in the terminal and you'll get the shorten link in the print-screen.
What the program does?
- You've to give your big link in the terminal
- Program will use tinyurl server for shortening the link without using any browser
- Shortened link will pass by print() function
- Python
- Python Libraries:
pyshorteners