A console-based scientific calculator built using Python. This project supports basic arithmetic as well as advanced mathematical operations such as trigonometric functions, logarithms, powers, and square roots. It is designed for beginners to practice Python fundamentals and command-line interaction.
-
Basic arithmetic operations
- Addition
- Subtraction
- Multiplication
- Division
-
Scientific calculations
- Square root
- Power
- Logarithm
- Trigonometric functions (sin, cos, tan)
-
User-friendly console interface
-
Error handling for invalid inputs
- Python 3
- Built-in
mathlibrary
Console-Base-Calculator-Python/
│
├── main.py
├── action.py
├── README.md
└── .gitignore
-
Clone the repository:
git clone https://github.com/your-username/Console-Base-Calculator-Python.git
-
Navigate to the project folder:
cd Console-Base-Calculator-Python -
Run the program:
python main.py
This project helps beginners:
- Understand Python syntax and logic
- Work with functions and loops
- Use Python’s built-in libraries
- Build confidence in command-line applications
Contributions are welcome! Feel free to fork this repository and submit a pull request.
Roman Awais
This project is open-source and available under the MIT License.
