Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

URL Shortener

Description

Shortens long URLs using TinyURL and other services.

Features

  • Multiple shortening services
  • Simple CLI interface
  • Auto-add https://

Stack

  • Language: Python
  • Libraries: pyshorteners==1.0.1
  • Complexity: Beginner-Intermediate

Installation

pip install -r requirements.txt
python main.py

License

Open source for educational purposes.