modified: README.md

This commit is contained in:
MoCipher 2026-02-19 15:18:23 +01:00
parent 84f00a8560
commit 0b1f5864f7

View file

@ -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.