Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ATM System project is written in Python.

This system is
very easy to use. It contains functions which includes
withdrawing and Depositing amount. First the client has
to enter existing account holder name, if it matches to
the system data then it executes the next step, i.e. to
type the pin number. Then he has to perform all the sign
in procedures .Then it shows the account no. and the
balances amount. Then client can continue his or her
procedures.
There is no database connection or other files used in
this mini project to save client’s data. It automatically
redirects the user to the login page.
In order to run this program, client needs to have
python 3.8 or above. Use for education purpose
only!!!
Features:
1. USER
 Sign in
 Account Status
 Withdraw or
 Deposit Cash
 Change the pin (on request)
2. ADMIN
 Sign in (using a specific pin)
 Deactivate or activate his account.
 Open the ATM cash vault
 Check the money left in the machine
 Change the pin number of the client (when
requested)

You might also like