Skip to content

nrkkR/Python_Unit-Converter

Repository files navigation

Unit Converter App

Overview

This Python GUI application allows users to convert various units across different categories such as length, weight, temperature, volume, and more. It provides an intuitive interface with dropdown menus for selecting units and a Convert button to perform conversions.

Features

  • Categories: Convert units for length, weight, temperature, volume.
  • User Interaction: Input fields for entering values and dropdown menus for selecting units.
  • Conversion Accuracy: Results displayed with precision up to four decimal places.
  • Error Handling: Handles invalid inputs gracefully with error messages.
  • Expandable: Easily extendable to include more conversion categories and units.

Usage Instructions

  1. Select Category: Choose a category from the tabs (e.g., Length, Weight).
  2. Enter Value: Input the value you want to convert.
  3. Select Units: Choose the units you want to convert from and to using dropdown menus.
  4. Convert: Click the "Convert" button to see the converted value.

Code Overview

The application consists of multiple classes and methods for each conversion category:

  • UnitConverterApp: Main class handling GUI setup and tab management.
  • Conversion methods: Implemented for each category (convert_length, convert_weight, etc.) to handle specific unit conversions.

Screenshots

coding

*Screenshot 1: Length Conversion*

coding

*Screenshot 2: Weight Conversion*

coding

*Screenshot 3: Temperature Conversion*

coding

*Screenshot 4: Volume Conversion*

Credits


Converting units like a boss!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages