Skip to content

This is a python file (that I have compiled succesfully). It uses tkinter to do basic calculator operations

Notifications You must be signed in to change notification settings

abdimannabov/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Calculator.exe

A simple desktop calculator application built in Python. This is my first project as a beginner, and it demonstrates basic arithmetic operations through a graphical user interface (GUI).

Calculator Screenshot

Features

  • Addition, subtraction, multiplication, and division
  • Clear button to reset calculations
  • Easy-to-use button layout for digits (0-9) and operators (+, -, *, /)

How to Use

  1. Download/Clone this repository to your local machine.
  2. Double-click the calculator.exe file to launch the application.
    • Alternatively, if you have Python installed, you can run the Python script directly using python calculator.py.
  3. Click the buttons to enter your numbers and operations, then press = to see the result.
  4. Press the Clear button to reset and start a new calculation.

Requirements

  • Windows OS (for the .exe file to run directly)
  • (Optional) Python 3.x installed if you want to run the .py file instead of the .exe.

Contributing

Feel free to open issues or pull requests if you have suggestions for improvements. As a beginner, I appreciate any feedback or tips to make the calculator better!

License

This project is released under the MIT License. You’re free to use and modify it according to the license terms.


Thank you for checking out my first Python calculator application! I hope you find it useful or at least a fun starting point for your own projects. If you have any questions, please reach out or open an issue on GitHub.

About

This is a python file (that I have compiled succesfully). It uses tkinter to do basic calculator operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published