Simple ATM System project is written in Python. The project file contains a python script (simpleatm.py). This is a simple console based system which is very easy to use. Learn to develop simple applications in python programming language.
About Simple ATM System In Python
Talking about the system, it contains limited functions which only includes Withdrawing and Depositing amount. Here, at first the user has to enter existing account holder name, when the name 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 the features. It is too easy to use, he/she just has to enter the amount whether in deposit section or the withdraw section. The system calculates the total remaining balance of the respective account and displays to the user. The Features of Simple ATM System In Python :
- Sign In
- Withdraw Amount
- Deposit Amount
How to run Simple ATM System In Python ?
This simple console based ATM system provides the simple account balance management of a respective account. It contains fewer features but the essential one. There is no database connection or neither any external text or other files used in this mini project to save user’s data. After each transaction using the system, the system redirects the user to the login page and he/she can log in again with the other account too. In order to run the project, you must have installed Python, on your PC. LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE PROJECT FOLDER