Metadata-Version: 2.1
Name: GCD-LCM
Version: 0.0.3
Summary: This project provides functions to calculate the Greatest Common Divisor (GCD) and Least Common Multiple (LCM) of two or three numbers. It includes an initial release version with the implementation of these functions, along with a README file for usage instructions
Home-page: 
Author: GOSWAMI GAURAV
Author-email: gauravofficial8884@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# LCM and HCF Calculator

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![Python 3.x](https://img.shields.io/badge/python-3.x-blue.svg)](https://www.python.org/)

## Description

This project provides functions to calculate the Greatest Common Divisor (GCD) and Least Common Multiple (LCM) of two or three numbers. It includes a Python library and command-line interface for easy usage.

## Features

- Calculate GCD (HCF) of two or three numbers
- Calculate LCM of two or three numbers
- Supports both integer and floating-point inputs
- Simple and easy-to-use API
- Comprehensive test coverage

## Installation

Make sure you have Python installed on your system.

To install the LCM and HCF Calculator, run the following command:

```shell
pip install lcm-hcf-calculator
