Skip to content

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.

Notifications You must be signed in to change notification settings

Busra-Deveci/python-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ 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:

    git clone https://github.com/Busradeveci/new_python.git
    cd new_python
  2. Run the Python file:

    python Euclidean\ Distance.py

πŸ§ͺ Example Usage

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages