Skip to content

Parthwebde12/calci-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

calci-python

A simple command line calculator written in Python.

Features

  • Basic arithmetic operations (+, -, *, /)
  • Additional math functions (square root, power)
  • Command line interface
  • History of calculations

How to Use

  1. Clone the repository
  2. Run python calci.py in terminal
  3. Enter mathematical expressions when prompted
  4. Type 'exit' to quit the calculator

Examples

> 2 + 2
4
> 5 * 3
15
> sqrt(16)
4

Updates

  • May 12-21: Initial development and feature additions

Contributing

Contributions welcome! Please feel free to submit a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages