Skip to content

Files

Latest commit

 

History

History

ATM Simulator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ATM Simulator

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.

Description

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.

Required Modules

This script uses standard Python libraries. No additional modules are required to run this script.

How to Install Required Modules

Since no additional modules are required, there is no need for installation of external libraries. Ensure that you have Python installed on your system.

How to Run the Script

  1. Clone the Repository:
             git clone https://github.com/yourusername/atm-simulator.git
             cd atm-simulator
  1. Run the Script:
            python3 atm_simulator.py