Welcome to the Calculator Project, a fun and interactive way to perform mathematical calculations using Jupyter Notebook! This project is designed to provide a user-friendly interface for basic arithmetic operations, making math easy and accessible.
- Introduction
- Features
- Getting Started
- Usage
- License
The Calculator Project is a simple yet powerful calculator tool built using Jupyter Notebook. It's perfect for students, professionals, and anyone in need of a quick and reliable way to perform calculations. With its intuitive interface and basic math functions, you'll find it a handy tool for your everyday math needs.
User-Friendly Interface: The calculator comes with a clean and easy-to-use interface, making it accessible to users of all skill levels.
Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division with ease.
Scientific Functions: Access scientific functions like square root, exponentiation, trigonometric functions, and more.
History Log: Keep track of your calculations with a built-in history log.
Customization: Customize the calculator's appearance and behavior to suit your preferences.
Export Capability: Save your calculations for future reference or share them with others.
To get started with the Calculator Project, follow these steps: 1. Clone the Repository:
git clone https://github.com/Mujtaba-12390/Python-calculator-jupyter-notebook.git
cd calculator-project
2. Install Dependencies: Ensure you have Jupyter Notebook installed. If not, you can install it using:
pip install jupyter
3. Launch Jupyter Notebook:
jupyter notebook
4. Open the Calculator Notebook: Open the calculator.ipynb notebook from the Jupyter Notebook dashboard.
5. Run the Calculator: Execute the cells in the notebook to launch the calculator interface.
6. Start Calculating: You're all set! Start performing calculations using the Calculator Project.
-
Input your mathematical expression in the input field at the top.
-
Click the "Calculate" button or press Shift + Enter to see the result.
-
Explore the different functions available in the calculator, including basic arithmetic, scientific functions, and history log.
-
Customize the calculator's appearance and behavior as per your preferences.
This project is licensed under the MIT License - see the LICENSE file for details.
We hope you find the Calculator Project useful for your mathematical needs. Feel free to explore, contribute, and make it even better! If you have any questions or suggestions, please don't hesitate to reach out.
Happy calculating!