Skip to content

Python project that simulates an ATM machine with features like balance check, deposit, and withdrawal. Built using functions, loops, and conditionals

Notifications You must be signed in to change notification settings

Akula-MounaSree/ATM_machine_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Structure

  • predefined_acc.py : Contains predefined account details for testing.
  • ATM_functions.py : Contains all ATM functionalities (deposit, withdrawal, balance inquiry, etc.).
  • main.py : The main program that runs the ATM simulation and ties everything together.

About

Python project that simulates an ATM machine with features like balance check, deposit, and withdrawal. Built using functions, loops, and conditionals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages