Skip to content

Latest commit

Β 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Calculator

Simple calculator with basic operations

It's just a simple project of a calculator with the most basic operations:

  • Addition
  • Subtraction
  • Multiplication
  • Division

You also have an option to exit the program.

πŸ“– How to use

Just type the values and press Enter. It can be Int or Float variables.

Follow the instructions to each operation.

use

πŸ’» If you want to make an .exe file

You can use PyInstaller to generate .exe files of Python projects.

To install it, just open the terminal and type:

pip install pyinstaller

Once you have installed, navigate to the folder where your project is.

Example: if the file is named calculator.py and it's on C:\Desktop\Program folder. Open the terminal and type:

cd desktop
cd program

Then, type the following code to generate the .exe file.

pyinstaller calculator.py
  • The .exe file will be in \dist\calculator folder with the name calculator.exe.

For more details see PyInstaller page.

Contributing

Pull requests and change suggestions are always welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Simple calculator with basic operations

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages