modified: README.md
This commit is contained in:
parent
84f00a8560
commit
0b1f5864f7
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
|
@ -1,4 +1,5 @@
|
||||||
# Scientific Calculator Python
|
|
||||||
|
# Scientific Calculator
|
||||||
|
|
||||||
A simple scientific calculator built in Python.
|
A simple scientific calculator built in Python.
|
||||||
|
|
||||||
|
|
@ -7,14 +8,14 @@ A simple scientific calculator built in Python.
|
||||||
- Trigonometric functions
|
- Trigonometric functions
|
||||||
- Logarithms and exponentials
|
- Logarithms and exponentials
|
||||||
|
|
||||||
## How to Use
|
## Usage
|
||||||
1. Clone the repo:
|
1. Run the calculator:
|
||||||
`git clone <repo-url>`
|
```
|
||||||
2. Run the calculator:
|
python calculator.py
|
||||||
`python calculator.py`
|
```
|
||||||
|
|
||||||
## Credits
|
## Files
|
||||||
Inspired by Python calculator tutorials.
|
- `calculator.py` — Main calculator script
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
For learning purposes.
|
For learning purposes.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue