Mini_Python_Projects
Mini_Python_Projects copied to clipboard
add simple URL shortener using pyshorteners library
- Implemented a Python script to shorten URLs using the TinyURL service
- Added user input handling for custom URL shortening
- Display shortened link in console output
- Introduced pyshorteners dependency
close #198