Skip to content

A simple command-line calculator in Python that supports basic arithmetic operations. Built as part of Day 10 of the 100 Days of Code: Python Bootcamp by Angela Yu.

Notifications You must be signed in to change notification settings

Kathe2/Calculator-Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Calculator โ€“ Python Project

A simple calculator program built in Python as part of Day 10 of the 100 Days of Code: Python Bootcamp by Angela Yu.
The user can perform basic arithmetic operations in a loop until they choose to exit.

๐Ÿ“Œ Description

This calculator allows users to perform operations such as addition, subtraction, multiplication, and division.
The program is interactive and runs in the terminal, letting the user continue calculations with the previous result or start a new one.

๐Ÿš€ Technologies Used

  • Python 3

๐Ÿ’ก Features

  • Supports addition, subtraction, multiplication, and division
  • Runs continuously until the user exits
  • Allows the user to continue calculating with the last result
  • Clean, simple command-line interface

โ–ถ๏ธ How to Run

  1. Make sure Python 3 is installed on your system.
  2. Clone or download this repository.
  3. Open your terminal, navigate to the project folder, and run:
python main.py

๐Ÿ“ท Example Output

image

๐Ÿ“š What I Learned

Through this project, I practiced:

  • Defining and using functions

  • Storing functions in a dictionary

  • Loops for continuous user interaction

  • Handling basic math operations

๐Ÿ“„ License

This project is for educational purposes only and was created as part of Angela Yu's 100 Days of Code: Python Bootcamp. Not for commercial use.

About

A simple command-line calculator in Python that supports basic arithmetic operations. Built as part of Day 10 of the 100 Days of Code: Python Bootcamp by Angela Yu.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages