Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 98629d1

Browse files
Create README.md
1 parent 3334880 commit 98629d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<h1 style="text-align: center">Distance Calculator</h1>
2+
This is a distance calculator made using Python. It can calculate the distance between two points on a 2D plane.
3+
4+
## How to use
5+
6+
`python3 distance_calculator.py`
7+
8+
There are two functions, `main()` and `calculate_distance()`
9+
10+
By default, if you run the project it runs the `main()` function.
11+
You can download the file to use it as a module.
12+
13+
## Other
14+
15+
I am planning to make a PyPI package of it soon.
16+
17+
You can view it's repository [here](https://github.com/Mathdallas-code/Distance-Calculator)

0 commit comments

Comments
 (0)