Skip to content

This project is a simple calculator that performs basic arithmetic operations - Addition, Subtraction, Multiplication, and Division - by using a custom Python module. The purpose of this project is to understand how to create your own module and use it in another Python file, which helps in organizing and reusing code.

Notifications You must be signed in to change notification settings

006-Ekta/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”’ Calculator using Custom Module

This is a simple calculator project built using Python modules.

πŸ“ Project Structure

  • calc_module.py: Contains functions like add, subtract, multiply, divide.
  • main.py: User interface to use calculator.

πŸ’‘ Features

  • Clean modular code
  • Easy to understand
  • Reusable module

πŸš€ How to Run

  1. Clone the repo
  2. Run main.py in terminal

About

This project is a simple calculator that performs basic arithmetic operations - Addition, Subtraction, Multiplication, and Division - by using a custom Python module. The purpose of this project is to understand how to create your own module and use it in another Python file, which helps in organizing and reusing code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages