Skip to content

rafaeldds/calculator

Repository files navigation

Calculator

Logo

Project Description

This is an implementation of a calculator inspired by the Iphone calculator. The Project was developed in Python using the library Flet for the grapical interface.

Index

Installation

To run the Calculator, follow the steps below:

  1. Activete the virtual environment (recommended):

    source venv/bin/activate
  2. Install project dependecies:

    pip install -r requirements.txt
  3. Run the main file calculator.py:

    python calculator.py

Use

This calculator offers a simple and familiar interface. You can perform addition, subtractions, multiplication, division operations, as well as percentage calculations and changing the sign of numbers. The results are displayed on the central screen.

Contribuition

Feel free to contribute to this project. If you've found a bug, have a suggestion or want colabotate in any way, please follow these guidelines:

  • Open an issue to discuss the change or issue.
  • Fork the project.
  • Create a branch with a meaningful description (for example, feature-new-functionality ou bug-name-fix).
  • Submit your changes in a pull request.

Contact

For more information or questions about the project, please contact us by e-mail: faaell@gmail.com

About

This is a basic python calculator project using the flet library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published