A simple and lightweight URL shortener built with Python.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
URL-Shorten allows users to easily shorten long URLs with a clean and minimal UI. Focus is on simplicity, local usage, and zero-dependency outside Python and Poetry.
- Python 3.8 or newer
- Poetry
- Clone the repository:
git clone https://github.com/KarthikUdyawar/URL-Shorten cd URL-Shorten - Install dependencies:
poetry install poetry env use python3
Run the application:
poetry run python main.pyShorten your URLs easily through the UI!
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feat/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feat/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License.
Karthik Udyawar – LinkedIn – karthikajitudy@gmail.com
Project Link: https://github.com/KarthikUdyawar/URL-Shorten
