This repository contains a simple ATM simulator application built using Python. The application simulates basic functionalities of an ATM, such as checking balance, depositing money, and withdrawing money.
The ATM simulator allows users to interact with an ATM-like interface through the command line. Users can check their account balance, deposit funds, and withdraw funds. The initial balance is set to $1000 for demonstration purposes.
This script uses standard Python libraries. No additional modules are required to run this script.
Since no additional modules are required, there is no need for installation of external libraries. Ensure that you have Python installed on your system.
- Clone the Repository:
git clone https://github.com/yourusername/atm-simulator.git
cd atm-simulator
- Run the Script:
python3 atm_simulator.py