Skip to content

Commit 23ca642

Browse files
Update README.md
1 parent 19500f0 commit 23ca642

File tree

1 file changed

+36
-22
lines changed

1 file changed

+36
-22
lines changed

README.md

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,37 @@
1-
# Modest Physics Calculator
2-
A physics calculator which includes currently;
3-
4-
*Average Speed
5-
6-
*Acceleration Formula
7-
8-
*Density Formula
9-
10-
*Newton's Second Law (Force) Formula
11-
12-
*Power Formula
13-
14-
*Weight Formula
15-
16-
*Pressure Formula
17-
18-
*Kinetic Energy Formula
19-
20-
*Ohm's Law Formula
21-
22-
*Frequency Formula
1+
Modest Physics Calculator
232

3+
A physics calculator that includes calculations for Average Speed, Acceleration, Density, Newton's Second Law (Force), Power, Weight, Pressure, Kinetic Energy, Ohm's Law and Frequency.
4+
5+
How to use
6+
7+
* Open the calculator by running the main.py file.
8+
9+
* Input the formula you want to calculate (e.g. "average speed", "acceleration", "density", "frequency" etc.)
10+
11+
* Input the required data for the calculation.
12+
13+
* Press "Enter" to see the result.
14+
15+
* To exit the program, enter "exit"
16+
17+
Formulas and concepts
18+
19+
* Average Speed : Speed = Distance/Time
20+
* Acceleration : Acceleration = (Final Velocity - Initial Velocity) / Time
21+
* Density : Density = Mass / Volume
22+
* Newton's Second Law (Force) : Force = Mass * Acceleration
23+
* Power : Power = Work / Time
24+
* Weight : Weight = Mass * Gravity
25+
* Pressure : Pressure = Force / Area
26+
* Kinetic Energy : Kinetic Energy = 1/2 * Mass * Velocity^2
27+
* Ohm's Law : Voltage = Current * Resistance
28+
* Frequency : Frequency = Velocity / Wavelength
29+
30+
How to contribute
31+
32+
We welcome contributions to this project. If you find a bug or have a feature request, please submit an issue. If you would like to contribute code, please submit a pull request.
33+
34+
Future development
35+
36+
* Adding more formulas and calculations.
37+
* Adding new features such as graphs, and more.

0 commit comments

Comments
 (0)