josharsh / 100LinesOfCode

Let's build something productive in less than 100 Lines of Code.
GNU General Public License v3.0
648 stars 310 forks source link

Saksham Jain| url_shortener| Added a URL shortener #368

Open saksham-jain177 opened 7 months ago

saksham-jain177 commented 7 months ago

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