Project Description
URL Shortener is a simple Python program that generates short URLs for long URLs. It uses the MD5 hash of the long URL to create a unique short identifier, allowing users to convert long URLs into shorter, more manageable links. Idea
Usage
To use the URL Shortener, simply create an instance of the URLShortener class and call the shorten_url() method to generate a short URL for a long URL. You can also use the expand_url() method to retrieve the original long URL from a short URL.
Contributors
saksham-jain177 https://github.com/saksham-jain177