Shorten your URL in 3 lines using PYTHON


 * About The Library :

"pyshorteners" is a Python library to help you short and expand urls using the most famous URL Shorteners availables.


* Simple Code :

1. import pyshorteners
2. s = pyshorteners.Shortener()

3. print(s.tinyurl.short
("pyiseasy.blogspot.com"))

Comments

Popular posts from this blog

HangMan game in PYTHON

Tic-Tac-Toe (multiplayer) using pthon

Projects to consider as a bigener in PYTHON