ATM Simultaneous Python Project

Latest Python Projects with source code

  • The ATM Simulator is a Python-based project. A python script is included in the project file (atm.py). 
  • This is a straightforward console-based system that is simple to operate. When it comes to the system, it has a number of features, including Account Statement, Withdrawal, Depositing Amount, and Pin Change. 
  • The user must first provide an existing username, and if the username matches, the system will proceed to the following step, which is to ask for a pin number. 
  • When a user completes all of these sign-in procedures, he or she will be able to utilize all of the capabilities. 
  • It's far too simple to utilize; he or she can verify their own account statements.
  • When making a deposit or withdrawal, the user simply enters the amount, and the system calculates the total remaining balance of the account and displays it to the user. 
  • The account statement allows the user to see all of these transactions. The user can also modify the pin number in this ATM Simulator. 
  • To change the pin code, the user must first enter the new pin code and then confirm it. 
  • This simple console-based ATM simulator allows you to manage the balance of a specific account. It has all of the necessary characteristics. 
  • There is no database connection, and no external text or other files are used to save user data in this little project.

How To Run :
  1. First, you need to install python.
  2. Download project.
  3. Extract project.
  4. Double click in index.py.
  5. Project is run
Features:
  • Sign In
  • Account Statement
  • Withdraw amount
  • Lodge amount
  • Change Pin


Post a Comment

Previous Post Next Post