CalculatorBasicLibrary


NameCalculatorBasicLibrary JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA tool made to aid with basic and advanced calculations in Python
upload_time2024-09-06 20:50:13
maintainerNone
docs_urlNone
authorUmer Imran
requires_pythonNone
licenseMIT
keywords calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a library that is accosiated with numbers. This makes calculating in Python easier.
Te dSeq function creates and returns the Doubling Sequence up to the number given.
The sqrt function is Square Root.
The area function takes in 2 shapes. Rectangle, Triangle. Square, Parralelogram and Rhombus fall into the Rectangle catagory. The shape name should be lowercase.
The oddEven function takes 2 numbers and calculates how many odd and even numbers are in the range of the numbers with increment of 1.
The OEinc function does the same, but takes a third number as an increment.
e is Euler's number.
Here is an example to use the Calculator class.

print(Calculator.calculate("express"))

where calc is a variable and express is the expression (BIDMAS is accepted in the expression). The expression MUST BE in strings.
I hope you use this library and it helps you.
Made by an 11 year old.

Change Log
==========

0.0.1 (18/08/2024)
-------------------
- First Release

0.0.2 (19/08/2024)
-------------------
- Many, many, many more and advanced functions

0.0.3 (06/09/2024)
-------------------
- Teensy update to include variables, one more function and improve the Calculator class.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "CalculatorBasicLibrary",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "calculator",
    "author": "Umer Imran",
    "author_email": "um3rimran@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/0b/169579b205ac6ac83789f3840bf2aaf69a4ebe88bd179d31b36859d9591c/calculatorbasiclibrary-0.0.3.tar.gz",
    "platform": null,
    "description": "This is a library that is accosiated with numbers. This makes calculating in Python easier.\r\nTe dSeq function creates and returns the Doubling Sequence up to the number given.\r\nThe sqrt function is Square Root.\r\nThe area function takes in 2 shapes. Rectangle, Triangle. Square, Parralelogram and Rhombus fall into the Rectangle catagory. The shape name should be lowercase.\r\nThe oddEven function takes 2 numbers and calculates how many odd and even numbers are in the range of the numbers with increment of 1.\r\nThe OEinc function does the same, but takes a third number as an increment.\r\ne is Euler's number.\r\nHere is an example to use the Calculator class.\r\n\r\nprint(Calculator.calculate(\"express\"))\r\n\r\nwhere calc is a variable and express is the expression (BIDMAS is accepted in the expression). The expression MUST BE in strings.\r\nI hope you use this library and it helps you.\r\nMade by an 11 year old.\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (18/08/2024)\r\n-------------------\r\n- First Release\r\n\r\n0.0.2 (19/08/2024)\r\n-------------------\r\n- Many, many, many more and advanced functions\r\n\r\n0.0.3 (06/09/2024)\r\n-------------------\r\n- Teensy update to include variables, one more function and improve the Calculator class.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool made to aid with basic and advanced calculations in Python",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "781544977b026cf0a651e8d4a3e17fedc7a13f6e28e96ac2c0c4eeca8da6ec7f",
                "md5": "62b924f829d4d5ddba9cb632caaf5fa7",
                "sha256": "a0d7937c2f53b2fce69c4be197d7cd74e6614656f2318b4fdb8ce022ab27e3c2"
            },
            "downloads": -1,
            "filename": "CalculatorBasicLibrary-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62b924f829d4d5ddba9cb632caaf5fa7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2774,
            "upload_time": "2024-09-06T20:50:12",
            "upload_time_iso_8601": "2024-09-06T20:50:12.868515Z",
            "url": "https://files.pythonhosted.org/packages/78/15/44977b026cf0a651e8d4a3e17fedc7a13f6e28e96ac2c0c4eeca8da6ec7f/CalculatorBasicLibrary-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a0b169579b205ac6ac83789f3840bf2aaf69a4ebe88bd179d31b36859d9591c",
                "md5": "db11e6b0c974489a3ed831f4dba8dddc",
                "sha256": "ab13ef021208e6ff4446f7bc4d192cf43db2919f533a640858f50ec5b75c3642"
            },
            "downloads": -1,
            "filename": "calculatorbasiclibrary-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "db11e6b0c974489a3ed831f4dba8dddc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2561,
            "upload_time": "2024-09-06T20:50:13",
            "upload_time_iso_8601": "2024-09-06T20:50:13.810432Z",
            "url": "https://files.pythonhosted.org/packages/3a/0b/169579b205ac6ac83789f3840bf2aaf69a4ebe88bd179d31b36859d9591c/calculatorbasiclibrary-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 20:50:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "calculatorbasiclibrary"
}
        
Elapsed time: 0.29645s