2023-05-15 21:13:49 -07:00
2023-05-15 21:02:21 -07:00
2023-05-15 21:13:49 -07:00
2023-05-15 21:02:21 -07:00
2023-05-15 21:02:21 -07:00

URL Shortener

There are many; this is mine.

Bundling for upload

Create a virtual environment

python -m venv venv
source venv/bin/activate

Install dependencies

python -m pip install -r requirements.txt   

Zip it all up

cd venv/lib/python3.10/site-packages
zip -r ../../../../urlshorten.zip .
cd ../../../../
zip -g urlshorten.zip urlshorten.py
Description
No description provided
Readme 24 KiB
Languages
Python 100%