Monday 15 October 2018

ATM Simultaneous Python Project



ATM Simulator project is written in Python. The project file contains a python script (atm.py). This is a simple console based system which is very easy to use. Talking about the system, it contains various functions which include Account Statement, Withdrawing, Depositing amount and changing the pin. Here, at first the user has to enter an existing username, when the username matches the system proceed toward the next procedure i.e asking pin number. When a user passes all these sign-in procedures, he/she can use all those features. It is too easy to use, he/she can check their respective account statements.
While depositing or withdrawing amount, he/she just has to enter the amount then the system calculates the total remaining balance of the respective account and displays to the user. And the user can view all these transactions from the account statement. In this ATM Simulator, the user can also change the pin number. For this, the user has to enter the New pin code and then confirm it in order to change the pin code. This simple console based ATM simulator provides the simple account balance management of a respective account. It contains all the essential features. There is no database connection or neither any external text or other files used in this mini project to save user’s data. Everything is set inside the source code whether its pin code or the amount.
In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. ATM Simulator in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video Above.
Features:
  1. Sign In
  2. Account Statement
  3. Withdraw amount
  4. Lodge amount
  5. Change Pin

How To Run :

  1. first you need install python.
  2. download project.
  3. extract project.
  4. double click in index.py.
  5. Project is run
  6. Thanks ....

Download Here

No comments:

Post a Comment