An open API service indexing awesome lists of open source software.

https://github.com/busra-deveci/python-algorithms

This project is a simple Python application I created as part of my learning journey. I plan to expand this repository with more complex projects in the future.
https://github.com/busra-deveci/python-algorithms

beginner-projects euclidean-distance mathematical-calculations python

Last synced: about 1 year ago
JSON representation

This project is a simple Python application I created as part of my learning journey. I plan to expand this repository with more complex projects in the future.

Awesome Lists containing this project

README

          

# ๐Ÿ“ Euclidean Distance Calculator

This Python project calculates the Euclidean distance between two points based on the coordinates entered by the user.

## ๐Ÿš€ Features

- User input for coordinates
- Euclidean distance calculation
- Invalid input handling
- Option to recalculate

## โš™๏ธ Setup and Usage

1. Clone the repository:

```bash
git clone https://github.com/Busradeveci/new_python.git
cd new_python
```

2. Run the Python file:

```bash
python Euclidean\ Distance.py
```

## ๐Ÿงช Example Usage

```plaintext
Enter x1: 3
Enter y1: 4
Enter x2: 7
Enter y2: 1
The Euclidean distance between the points is: 5.00
```

## ๐Ÿค Contributing

To contribute:
1. Fork the repository
2. Create a new branch: `git checkout -b feature/your-feature`
3. Make your changes and commit
4. Push to your branch: `git push origin feature/your-feature`
5. Create a pull request