Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.93 KB

File metadata and controls

31 lines (29 loc) · 1.93 KB

Internship Program

Name: Ruchi Tiwari

ID: CTO8DS1500

Domain: Python

Task: Task-1 (Basic Calculator )

Duration: 4 Weeks

Mentor: Santosh Anna

Program Description

Description

The Mini Calculator is a simple yet powerful tool designed to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. This project is implemented using a user-friendly interface that allows users to input numbers and select the desired operation to obtain the result instantly.

Key Features:

User Interface:

The calculator provides a clean and intuitive user interface. Users can easily input numbers and select operations using buttons.

Operations Supported:

It supports the four fundamental arithmetic operations:

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Division

Instant Results:

The calculator provides immediate results as soon as the user inputs the numbers and selects the operation.

Error Handling:

The calculator includes basic error handling, such as division by zero, ensuring the user is informed of invalid operations.

Conclusion

The Mini Calculator is an efficient and straightforward application ideal for quick and basic arithmetic calculations. Its simplicity makes it accessible to users of all ages, while its functionality ensures it meets everyday computational needs. This project demonstrates the core principles of creating a functional GUI application, including user input handling, event-driven programming, and basic error checking. The Mini Calculator can serve as a foundational project for those interested in developing more complex applications in the future.

Screenshot of the Mini Project Output