aktcal


Nameaktcal JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/Scofield1/easycal
SummaryThis is a simple library that performs basic python arithmetic operations.
upload_time2022-12-21 13:29:20
maintainer
docs_urlNone
authorAbdulrauf Adebayo
requires_python
licenseMIT
keywords calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a simple library that performs
basic python arithmetic operations.

## Installation
```
pip install aktcal

```

## Usage:
A guide to using the add_numbers function is as follows

```
import aktcal
add_num = aktcal.add_numbers(3, 7) # where 3 and 7 are the number you want to add
print(add_num)

```
The functions in this library are:
1. add_number
2. subtract_number
3. multiply_number 
4. divide_number_float 
5. divide_number_floor
6. exponential_number
7. mode_number

## Video Usage Guide
A video usage guide is provided via this link [YouTube Link](https://www.youtube.com)

## License
Copyright 2022 Scofield

This repository is licensed under MIT license.
See LICENSE for details.


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

1.0 (21/12/2022)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Scofield1/easycal",
    "name": "aktcal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "calculator",
    "author": "Abdulrauf Adebayo",
    "author_email": "adebayoabdulrauf1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/46/09/4020958bdb174257ea2c64e6ef1a6049065cc4d3551eec51dbd9ad5a9e59/aktcal-1.0.tar.gz",
    "platform": null,
    "description": "This is a simple library that performs\r\nbasic python arithmetic operations.\r\n\r\n## Installation\r\n```\r\npip install aktcal\r\n\r\n```\r\n\r\n## Usage:\r\nA guide to using the add_numbers function is as follows\r\n\r\n```\r\nimport aktcal\r\nadd_num = aktcal.add_numbers(3, 7) # where 3 and 7 are the number you want to add\r\nprint(add_num)\r\n\r\n```\r\nThe functions in this library are:\r\n1. add_number\r\n2. subtract_number\r\n3. multiply_number \r\n4. divide_number_float \r\n5. divide_number_floor\r\n6. exponential_number\r\n7. mode_number\r\n\r\n## Video Usage Guide\r\nA video usage guide is provided via this link [YouTube Link](https://www.youtube.com)\r\n\r\n## License\r\nCopyright 2022 Scofield\r\n\r\nThis repository is licensed under MIT license.\r\nSee LICENSE for details.\r\n\r\n\r\nChange Log\r\n==========\r\n\r\n1.0 (21/12/2022)\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a simple library that performs basic python arithmetic operations.",
    "version": "1.0",
    "split_keywords": [
        "calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e5203a4503a7485d232e804dc16763b6",
                "sha256": "5885ca1e75112375a3dc230ac7c6ba2827eb3815be03670ff0456beb360a0a54"
            },
            "downloads": -1,
            "filename": "aktcal-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e5203a4503a7485d232e804dc16763b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2661,
            "upload_time": "2022-12-21T13:29:20",
            "upload_time_iso_8601": "2022-12-21T13:29:20.083304Z",
            "url": "https://files.pythonhosted.org/packages/46/09/4020958bdb174257ea2c64e6ef1a6049065cc4d3551eec51dbd9ad5a9e59/aktcal-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 13:29:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Scofield1",
    "github_project": "easycal",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aktcal"
}
        
Elapsed time: 0.02913s