/python_url_shortener

This application is designed with Python to practice connecting with third party APIs. Its operation is quite simple, you enter a long URL and it gives you several shortened options (depending on the ones you have active) TinyURL is always active.

Primary LanguageTcl

Welcome to URL Shortener 👋

Version PyPI - Python Version

This application is currently still under development, it may contain errors or bugs.

This application is designed with Python to practice connecting with third party APIs. Its operation is quite simple, you enter a long URL and it gives you several shortened options (depending on the ones you have active) TinyURL is always active.

Images

First use

url_shortener_first_user

Aplication

url_shortener

Install

You need to have Python installed and install the project requirements.

pip install -r requirements.txt

Usage

python urlShortener.py

Compile to .exe

To compile the script into an .exe you just have to have pyinstaller installed.

pip install -U pyinstaller

And just run:

pyinstaller .\urlShortener.spec

Author

👤 Vicente

Show your support

Give a ⭐️ if this project helped you!