https://github.com/codewithshabbir/unit-converter-python
🚀 A simple and interactive Unit Converter built with Streamlit. Convert length, weight, and temperature units easily with a user-friendly interface.
https://github.com/codewithshabbir/unit-converter-python
converter converter-app python streamlit-webapp unit unit-converter unit-converter-app unit-converter-python unit-converters
Last synced: 3 months ago
JSON representation
🚀 A simple and interactive Unit Converter built with Streamlit. Convert length, weight, and temperature units easily with a user-friendly interface.
- Host: GitHub
- URL: https://github.com/codewithshabbir/unit-converter-python
- Owner: codewithshabbir
- Created: 2025-03-09T11:00:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T11:12:01.000Z (3 months ago)
- Last Synced: 2025-03-09T12:19:38.702Z (3 months ago)
- Topics: converter, converter-app, python, streamlit-webapp, unit, unit-converter, unit-converter-app, unit-converter-python, unit-converters
- Language: Python
- Homepage: https://unit-converter-codewithshabbir.streamlit.app/
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📏 Unit Converter App
A simple and interactive **Unit Converter** built with **Streamlit** to easily convert between different measurement units.
## 🚀 Features
✅ Supports conversions for:
- **Length** (Meter, Kilometer, Centimeter, Millimeter, Inch, Foot, Yard, Mile)
- **Weight** (Gram, Kilogram, Pound, Ounce)
- **Temperature** (Celsius, Fahrenheit)✅ User-friendly **Graphical Interface**
✅ **Real-time conversions** with instant results
✅ **Sidebar navigation** for available units
✅ **Responsive design** for any device---
## 🛠️ Installation & Setup
Follow these steps to run the app on your local machine:
### 1️⃣ Clone the Repository
```bash
git clone https://github.com/codewithshabbir/unit-converter-python.git
cd unit-converter-python
```### 2️⃣ Install Dependencies
```bash
pip install -r requirements.txt
```### 3️⃣ Run the App
```bash
streamlit run app.py
```---
## 🌐 Live Demo
[**🚀 Try it Live**](https://unit-converter-codewithshabbir.streamlit.app/)---
## 🎯 Screenshots
---
## 👨💻 Developer
Made with ❤️ by **[Muhammad Shabbir](https://codewithshabbir.vercel.app/)**📌 **GitHub:** [@codewithshabbir](https://github.com/codewithshabbir)
📌 **Portfolio:** [codewithshabbir.vercel.app](https://codewithshabbir.vercel.app/)---
## 📜 License
This project is open-source and available under the **MIT License**.