TejasPodutwar / all-calc

A calculator to calculate anything you can think of!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Calc - A calculator to calculate anything you can think of!

 /$$      /$$           /$$                                                     /$$                    
| $$  /$ | $$          | $$                                                    | $$                    
| $$ /$$$| $$  /$$$$$$ | $$  /$$$$$$$  /$$$$$$  /$$$$$$/$$$$   /$$$$$$        /$$$$$$    /$$$$$$       
| $$/$$ $$ $$ /$$__  $$| $$ /$$_____/ /$$__  $$| $$_  $$_  $$ /$$__  $$      |_  $$_/   /$$__  $$      
| $$$$_  $$$$| $$$$$$$$| $$| $$      | $$  \ $$| $$ \ $$ \ $$| $$$$$$$$        | $$    | $$  \ $$      
| $$$/ \  $$$| $$_____/| $$| $$      | $$  | $$| $$ | $$ | $$| $$_____/        | $$ /$$| $$  | $$      
| $$/   \  $$|  $$$$$$$| $$|  $$$$$$$|  $$$$$$/| $$ | $$ | $$|  $$$$$$$        |  $$$$/|  $$$$$$/      
|__/     \__/ \_______/|__/ \_______/ \______/ |__/ |__/ |__/ \_______/         \___/   \______/       
                                                                                                       
                                                                                                       
                                                                                                       
  /$$$$$$  /$$ /$$          /$$$$$$            /$$                                                     
 /$$__  $$| $$| $$         /$$__  $$          | $$                                                     
| $$  \ $$| $$| $$        | $$  \__/  /$$$$$$ | $$  /$$$$$$$                                           
| $$$$$$$$| $$| $$ /$$$$$$| $$       |____  $$| $$ /$$_____/                                           
| $$__  $$| $$| $$|______/| $$        /$$$$$$$| $$| $$                                                 
| $$  | $$| $$| $$        | $$    $$ /$$__  $$| $$| $$                                                 
| $$  | $$| $$| $$        |  $$$$$$/|  $$$$$$$| $$|  $$$$$$$                                           
|__/  |__/|__/|__/         \______/  \_______/|__/ \_______/

Contribution Guidelines

First off, thanks for taking the time to contribute! 🎉

The guidelines for contributing to this repository can be found in the CONTRIBUTING.md file.

These guidelines are a way to communicate how people should contribute. These guidelines will help you verify that you're submitting well-formed pull requests and opening useful issues. For both contributors and us, contribution guidelines will save time and hassle caused by improperly created pull requests or issues that have to be rejected and re-submitted.

Code of Conduct

We have adopted a code of conduct to define community standards, signal a welcoming and inclusive project, and outline procedures for handling abuse. Please go through the Code of Conduct file so that you understand the community standards.

Installation

This calculator uses Python 3. Before using the calculator, install all the dependencies using

pip install -r requirements.txt

About

A calculator to calculate anything you can think of!

License:MIT License


Languages

Language:Python 100.0%