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.
You need to have Python installed and install the project requirements.
pip install -r requirements.txt
python urlShortener.py
To compile the script into an .exe you just have to have pyinstaller installed.
pip install -U pyinstaller
And just run:
pyinstaller .\urlShortener.spec
👤 Vicente
- Github: @vicnx
Give a ⭐️ if this project helped you!