Skip to content

Easily create, manage, and perform transactions on customer accounts using a command-line interface. Simplify banking operations and enhance your coding skills with this educational example.

License

Notifications You must be signed in to change notification settings

diegormirhan/bank-account-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Supreme Bank - Account Management System

This GitHub repository houses a Python script for an Account Management System, designed to handle a variety of banking operations. This system, named "Supreme Bank," provides functionalities such as creating accounts, making withdrawals, deposits, and transfers, and listing existing accounts. The script is created to run in a command-line environment, offering a user-friendly interface for managing bank accounts.

Features:

  • Account Creation: Create new customer accounts by entering essential details.
  • Withdrawal and Deposit: Perform financial transactions with withdrawal and deposit functionalities.
  • Account Transfers: Transfer funds between different accounts.
  • Account Listing: Display a list of all registered accounts.
  • Input Validation: Validate client email, CPF (Brazilian individual taxpayer registry), and birth date to ensure accurate and secure information.
  • User-Friendly Menu: Utilize a user-friendly menu system to navigate through different operations.

How to Use:

  1. Run the script in a Python environment.
  2. The main menu will be displayed with numbered options.
  3. Select an option to create an account, make a withdrawal, deposit, transfer, list accounts, or exit.
  4. Follow the prompts to input necessary information or perform transactions.

This repository is an educational example that demonstrates fundamental programming concepts including input validation, data structures, and modular programming. It serves as a valuable resource for learning about banking operations and command-line interaction while applying Python skills in a real-world context.



License

MIT License

Copyright (c) 2022 Diego R. Mirhan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



Author Info


Back To The Top

About

Easily create, manage, and perform transactions on customer accounts using a command-line interface. Simplify banking operations and enhance your coding skills with this educational example.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages