This repository contains a series of modular Python scripts for converting various units of measurement and currency.
- Area_Converters.py: Converts between different units of area measurement.
- Length_Converters.py: Provides functionality to convert between different units of length.
- Temperature_Converters.py: Includes temperature conversion between popular units like Celsius, Fahrenheit, and Kelvin.
- Time_Converters.py: Converts time units such as seconds, minutes, hours, and more.
- Weight_Converter.py: Allows conversion between various weight units, including kilograms, grams, pounds, etc.
- Currencies_Converters.py: Converts monetary values between different currencies using real-time exchange rates (via the
CurrencyConverter
package).
Each script is designed to be modular, user-friendly, and easy to integrate into any Python project requiring unit or currency conversion functionality. These files are part of the initial commit, with more updates and enhancements planned.