Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise 2: Calculator

Create an old-school calculator for positive, negative and decimal numbers. The calculator has buttons for digits, operators and to perform the calculation. It also has a display for the current result or the number that is currently being input.

Installation

  1. Clone the repository to your local machine using: git clone https://github.com/Michxyz/Basic-Calculator.git
  2. Navigate to the cloned directory.
  3. If you're using a virtual environment, activate it.
  4. Install the required dependencies with pip install -r requirements.txt.

Usage

To use the calculator:

  1. Run python calculator.py to start the application.
  2. Use the calculator interface to perform arithmetic operations.

Contributing

Feel free to fork the project and submit pull requests.

GUI

De GUI layout is in the file 'gui_basic_calc.pdf'

About

Basic calculator app created with Python and tkinter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages