Sign inSign up

oheyek/measure-kit

By oheyek

•Updated 3 months ago

Convert any unit in the blink of an eye. Simple, fast, and accurate - all in one place.

Image
Web servers
0

1.6K

oheyek/measure-kit repository overview

⁠MeasureKit - Universal Unit Converter

Convert any unit in the blink of an eye. Simple, fast, and accurate - all in one place.

⁠Overview

MeasureKit is a lightweight web application that provides instant unit conversions for lengths, temperatures, and weights. Built with Python and Flask, it offers a clean interface for quick and accurate measurements.

⁠Quick Start

docker pull oheyek/measure-kit
docker run -d -p 5000:5000 oheyek/measure-kit

Access the application at http://localhost:5000

⁠Features

  • Real-Time Conversions - Instant results as you type
  • Multiple Categories - Length, temperature, and weight conversions
  • Cross-Platform - Runs on any system with Docker
  • Lightweight - Minimal resource footprint
  • Production Ready - Powered by Gunicorn WSGI server

⁠Supported Conversions

⁠Length

Meters, Feet, Inches, Centimeters, and more

⁠Temperature

Celsius, Fahrenheit, Kelvin

⁠Weight

Kilograms, Pounds, Ounces, Grams, and more

⁠Usage

⁠Run with custom port
docker run -d -p 8080:5000 oheyek/measure-kit
⁠Run with environment variables
docker run -d -p 5000:5000 -e FLASK_ENV=production oheyek/measure-kit

⁠Technical Details

  • Base Image: Python 3.14+
  • Web Framework: Flask 3.1.2
  • WSGI Server: Gunicorn 23.0.0
  • Exposed Port: 5000

⁠License

MIT License - See LICENSE⁠ for details

⁠Support

If you find this project useful, consider:

  • ⭐ Starring the GitHub repository⁠
  • šŸ› Reporting issues or bugs
  • šŸ’” Contributing improvements

Author: ohey
ā˜• Buy me a coffee⁠

Tag summary

Content type

Image

Digest

sha256:65bd153a2…

Size

53.8 MB

Last updated

3 months ago

docker pull oheyek/measure-kit