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.
|
||||
|
||||
|
|
@ -7,14 +8,14 @@ A simple scientific calculator built in Python.
|
|||
- Trigonometric functions
|
||||
- Logarithms and exponentials
|
||||
|
||||
## How to Use
|
||||
1. Clone the repo:
|
||||
`git clone <repo-url>`
|
||||
2. Run the calculator:
|
||||
`python calculator.py`
|
||||
## Usage
|
||||
1. Run the calculator:
|
||||
```
|
||||
python calculator.py
|
||||
```
|
||||
|
||||
## Credits
|
||||
Inspired by Python calculator tutorials.
|
||||
## Files
|
||||
- `calculator.py` — Main calculator script
|
||||
|
||||
## Disclaimer
|
||||
For learning purposes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue