Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1000 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 1000 Bytes

ATM System

Automated teller machine application that runs on a command line interface. Made entirely on Python.

GitHub Issues Forks Stars License

Main Interface

Main interface

  • access using account pin number (credentials can be found in the code)

Client Interface

Clients can..

  • Balance Inquiry
  • Withdrawal
  • Deposit
  • Change PIN
  • Return Card
  • Logout and Exit