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.
- Host: GitHub
- URL: https://github.com/busra-deveci/python-algorithms
- Owner: Busra-Deveci
- Created: 2024-12-29T17:08:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-24T21:17:38.000Z (about 1 year ago)
- Last Synced: 2025-06-04T21:33:55.766Z (about 1 year ago)
- Topics: beginner-projects, euclidean-distance, mathematical-calculations, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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