BankingSystems


NameBankingSystems JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryBasic ATM system with several features: deposit, withdrawal, transfer, balance checks
upload_time2024-12-13 23:45:10
maintainerNone
docs_urlNone
authorAhriel, Fatim, Conner, Soto
requires_pythonNone
licenseMIT
keywords banking system atm program
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ATM Process System

The ATM Process System is a Python package that provides the core functionalities of an automated teller machine (ATM). It is designed to simulate basic ATM operations such as withdrawals, deposits, balance inquiries, and transaction management.
Features

User-Friendly Interface: Supports both terminal-based and GUI (using tkinter) interfaces for interaction.
Modular Design: Easily extensible and customizable for additional banking functionalities.
Basic Transactions: Perform essential ATM operations:
Withdraw money
Deposit money
Check account balance



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

0.0.2 (12/13/24)
----------------
-Second Release 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "BankingSystems",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "banking system, ATM program",
    "author": "Ahriel, Fatim, Conner, Soto",
    "author_email": "ayoung08@rams.shepherd.edu",
    "download_url": "https://files.pythonhosted.org/packages/a7/c2/b49f57da28d7c720c78ae5795b10f4aa3cd812c092521cb5505237acf3a7/bankingsystems-0.0.2.tar.gz",
    "platform": null,
    "description": "ATM Process System\n\nThe ATM Process System is a Python package that provides the core functionalities of an automated teller machine (ATM). It is designed to simulate basic ATM operations such as withdrawals, deposits, balance inquiries, and transaction management.\nFeatures\n\nUser-Friendly Interface: Supports both terminal-based and GUI (using tkinter) interfaces for interaction.\nModular Design: Easily extensible and customizable for additional banking functionalities.\nBasic Transactions: Perform essential ATM operations:\nWithdraw money\nDeposit money\nCheck account balance\n\n\n\nChange Log\n==========\n\n0.0.2 (12/13/24)\n----------------\n-Second Release \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Basic ATM system with several features: deposit, withdrawal, transfer, balance checks",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "banking system",
        " atm program"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7c2b49f57da28d7c720c78ae5795b10f4aa3cd812c092521cb5505237acf3a7",
                "md5": "da56e26084ae0f28ef7f090f98d0afd6",
                "sha256": "6099782c5a2527658a7f60cad4d17fa6c72cdd7bdacad4b8b4e960a8eaca1716"
            },
            "downloads": -1,
            "filename": "bankingsystems-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "da56e26084ae0f28ef7f090f98d0afd6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4464,
            "upload_time": "2024-12-13T23:45:10",
            "upload_time_iso_8601": "2024-12-13T23:45:10.320167Z",
            "url": "https://files.pythonhosted.org/packages/a7/c2/b49f57da28d7c720c78ae5795b10f4aa3cd812c092521cb5505237acf3a7/bankingsystems-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 23:45:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bankingsystems"
}
        
Elapsed time: 1.33321s