URL_shortener URL_shortener is a simple URL shortener. Installation pip install url_shortener Usage from url_shortener import Shortener shortener = Shortener() short_url = shortener.shorten("https://example.com") License This project is released under the MIT License.