Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Convertify is a simple and efficient Python program designed to convert various units such as length, temperature, weight, and more. It allows users to easily convert one unit to another (e.g., meters to kilometers, Celsius to Fahrenheit, etc.) through a user-friendly interface.

Features:

  • Convert between different units of length (meters, kilometers, miles, etc.)
  • Convert temperature units (Celsius, Fahrenheit, Kelvin)
  • Convert weight and mass (kilograms, grams, pounds, etc.)
  • Easy-to-use command-line interface
  • Continually updated with new unit types and conversions

This tool is perfect for anyone who needs quick unit conversions for daily tasks, studies, or scientific work.

How to Use:

  1. Clone the repository.
  2. Run the script unit_converter.py.
  3. Choose the units to convert between and input the value.
  4. The program will display the result.