ATM Cash Withdrawal Simulation

A simple text-based ATM simulation application written in Python.

How to Run

  • Make sure Python and flask is installed.
  • Run the application using python main_app.py.

Flask installation

Run the command pip install flask to install pip

Features

  • Withdraws cash using the least number of notes and coins.
  • Handles notes: 1000, 500, 200, 100, 50.
  • Handles coins: 20, 10, 5, 2, 1.