https://github.com/imdarshangk/distance-travelled
The Distance-travelled repository showcases a Python program designed to calculate the distance traveled based on speed and time. It provides a simple and effective way to understand basic physics concepts like distance, speed, and time relationships.
https://github.com/imdarshangk/distance-travelled
distance distance-estimation python
Last synced: 7 months ago
JSON representation
The Distance-travelled repository showcases a Python program designed to calculate the distance traveled based on speed and time. It provides a simple and effective way to understand basic physics concepts like distance, speed, and time relationships.
- Host: GitHub
- URL: https://github.com/imdarshangk/distance-travelled
- Owner: imDarshanGK
- Created: 2023-02-12T16:57:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T04:50:43.000Z (10 months ago)
- Last Synced: 2024-12-12T05:26:45.708Z (10 months ago)
- Topics: distance, distance-estimation, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distance Travelled 🚗
## Overview 📝
The **Distance Travelled** repository provides a Python program that calculates the distance based on speed and time. This simple program is ideal for beginners learning how to work with basic physics formulas and user input handling in Python. It helps users understand how to apply mathematical calculations to real-world scenarios.
## Features ⚡
- 🧮 Calculates distance using the formula `Distance = Speed × Time`.
- 🏃♂️ Handles user input for speed and time.
- 🎓 Ideal for learning basic Python and mathematical operations.## Installation and Usage 🏃♂️
To get started:
```bash
# Clone the repository
git clone https://github.com/imDarshanGK/Distance-travelled.git
```## Contribution 🤝
Contributions are welcome! Follow these steps:
```
# Fork the repository on GitHub# Clone your forked repository
git clone https://github.com/your-username/Distance-travelled.git# Create a new branch for your feature or fix
git checkout -b feature-name# Make your changes and commit them
git commit -m "Add feature or fix description"# Push to the branch
git push origin feature-name# Open a pull request on GitHub
```