Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1021 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 1021 Bytes

Scientific_Calculator

This is a basic semi-minimalist scientific calculator that has a number of essential functions that are generally used in science and math classes.

Getting started

There is no need to install any packages, as you only need the built in modules math and tkinter.

Installing on your local system

  1. Fork the repo, then clone it on your local machine

    Open powershell window or command prompt and run the command give below

    $ python main.py
    
  2. You can also access the .exe file and get going.

Built using

  1. Python 3 - The IDE used
  2. Tkinter module - GUI and styling
  3. Math module - Functions

Contributions

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For more details on contributions, refer to CONTRIBUTING.md.