Skip to content

csana004/Calculation_application_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Calculation Application GUI

A simple graphical user interface (GUI) for performing basic arithmetic calculations. This application is built with Python and utilizes Tkinter for the GUI components.

Table of Contents

Features

  • Perform basic arithmetic operations: addition, subtraction, multiplication, and division and many more
  • Clear button to reset the input and output fields.
  • User-friendly and intuitive interface.

Installation

  1. Clone the repository:
    git clone https://github.com/csana004/Calculation_application_gui.git
  2. Navigate to the project directory:
    cd Calculation_application_gui
  3. (Optional) It is recommended to create a virtual environment:
    python -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  4. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python main.py
  2. The GUI will open. You can now perform calculations by entering numbers and selecting the desired operation.

Screenshots

Screenshot (11)

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Please make sure to update tests as appropriate.

Contact

For any inquiries or feedback, feel free to reach out to me:

Releases

No releases published

Packages

No packages published

Languages