Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Very Simple Calculator 🧮

A minimal command-line calculator built entirely using basic Python concepts — no external libraries, no advanced frameworks. It uses functions, loops, conditionals, and file handling to create a simple but functional calculator with history support.

Supports basic arithmetic operations (+, -, *, /) and keeps a history of all calculations in a text file.

🚀 Features

Perform simple arithmetic calculations

Supports: Addition, Subtraction, Multiplication, Division

Saves every calculation to a file: History.txt

View history of previous calculations

Clear full history with one command

Enter your expression in the format:

a + b a - b a * b a / b

About

A minimal command-line calculator built entirely using basic Python concepts-functions, loops, conditionals, and file handling.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages