URLNow is a simple, fast, and free URL shortener service that allows you to shorten long URLs for easier sharing. 🔗
| Feature | Description |
|---|---|
| ⏱️ Instant URL Shortening | Shorten long URLs quickly and effortlessly. |
| 💸 Free and Easy to Use | No sign-up required, completely free. |
| 📋 Copy Link | Easily copy your shortened URL with one click. |
| Technology | Description |
|---|---|
| 🐍 Python | Scripting language used for URL shortening. |
| 🚀 Streamlit | Build interactive web apps with Streamlit. |
| 🌐 API | Handles the URL shortening process. |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/URLNow.git cd URLNow -
Install dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
Want to contribute? Here's how:
- 🍴 Fork the repository.
- 🌿 Create a new branch (
git checkout -b feature-name). - ✍️ Make your changes and commit them (
git commit -am 'Add feature-name'). - 🚀 Push to your branch (
git push origin feature-name). - 🔄 Submit a pull request to merge into the main branch.
