https://github.com/krishbharadwaj5678/urlnow
URLNow is a free URL shortener service for generating short, shareable links. No sign-up required – just shorten and share instantly!
https://github.com/krishbharadwaj5678/urlnow
api deployment free-tools link-sharing link-shortener python python-webapp streamlit streamlit-webapp url url-shortener url-shortener-api webapp
Last synced: 4 months ago
JSON representation
URLNow is a free URL shortener service for generating short, shareable links. No sign-up required – just shorten and share instantly!
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/urlnow
- Owner: KrishBharadwaj5678
- Created: 2025-06-25T07:17:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T08:12:33.000Z (4 months ago)
- Last Synced: 2025-06-25T08:37:52.581Z (4 months ago)
- Topics: api, deployment, free-tools, link-sharing, link-shortener, python, python-webapp, streamlit, streamlit-webapp, url, url-shortener, url-shortener-api, webapp
- Language: Python
- Homepage: https://urlnow.streamlit.app/
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐 URLNow
**URLNow** is a **simple**, **fast**, and **free** URL shortener service that allows you to shorten long URLs for easier sharing. 🔗
---
## 🚀 Features
| **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. |
---
## 🧑💻 Technologies
| **Technology** | **Description** |
| ---------------- | -------------------------------------------------------------- |
| 🐍 **Python** | Scripting language used for URL shortening. |
| 🚀 **Streamlit** | Build interactive web apps with Streamlit. |
| 🌐 **API** | Handles the URL shortening process. |
---
## 🛠️ Installation
1. **Clone the repository**:
```bash
git clone https://github.com/KrishBharadwaj5678/URLNow.git
cd URLNow
```
2. **Install dependencies**:
```bash
pip install -r requirements.txt
```
3. **Run the app**:
```bash
streamlit run app.py
```
---
## 🤝 Contributing
We welcome contributions! ✨
1. Fork the repository. 🍴
2. Create a new branch (`git checkout -b feature-name`). 🌱
3. Make your changes and commit them (`git commit -am 'Add new feature'`). 💡
4. Push to the branch (`git push origin feature-name`). 🚀
5. Create a new pull request. 🔄